|
4 | 4 | [id="ossm-upgrading-operator_{context}"]
|
5 | 5 | = Upgrading the Operators
|
6 | 6 |
|
| 7 | +In order to keep your {SMProductShortName} patched with the latest security fixes, bug fixes, and software updates, you must keep your Operators updated. You initiate patch updates by upgrading your Operators. |
| 8 | + |
7 | 9 | [IMPORTANT]
|
8 | 10 | ====
|
9 |
| -The version of the Operator does _not_ determine the version of your service mesh. The current Operator supports both v1 and v2 service meshes. |
10 |
| -
|
11 |
| -Updating the Operator does not affect the version of any component other than the Operator. Updating the Operators does _not_ update the `ServiceMeshControlPlane` version or deployments. |
| 11 | +The version of the Operator does *not* determine the version of your service mesh. The version of your deployed control plane determines your version of Service Mesh. |
12 | 12 | ====
|
13 | 13 |
|
14 |
| -When you installed your Operators, you selected an *Update Channel* and an *Approval Strategy*. Those two settings determine when and how your Operators are updated. |
| 14 | +Because the {SMProductName} Operator supports multiple versions of the control plane, updating the {SMProductName} Operator does _not_ update the `spec.version` value of your deployed `ServiceMeshControlPlane`. Also note that the `spec.version` value is a two digit number, for example 2.2, and that patch updates, for example 2.2.1, are not reflected in the SMCP version value. |
| 15 | + |
| 16 | +Operator Lifecycle Manager (OLM) controls the installation, upgrade, and role-based access control (RBAC) of Operators in a cluster. The OLM runs by default in {product-title}. OLM queries for available Operators as well as upgrades for installed Operators. |
| 17 | + |
| 18 | +Whether or not you have to take action to upgrade your Operators depends on the settings you selected when installing them. When you installed each of your Operators, you selected an *Update Channel* and an *Approval Strategy*. The combination of these two settings determine when and how your Operators are updated. |
15 | 19 |
|
16 | 20 | .Interaction of Update Channel and Approval Strategy
|
17 | 21 | [options="header"]
|
18 | 22 | [cols="a, a, a"]
|
19 | 23 | |====
|
20 |
| -| |Versioned channel|"Stable" or "Preview" channel |
| 24 | +| |Versioned channel|"Stable" or "Preview" Channel |
21 | 25 | |*Automatic*
|
22 |
| -|Automatically updates Operator for minor and patch releases for that version only. Will not automatically update to the next major version (that is, from version 2.0 to 3.0). Manual change to Operator subscription required to update to the next major version. |
| 26 | +|Automatically updates the Operator for minor and patch releases for that version only. Will not automatically update to the next major version (that is, from version 2.0 to 3.0). Manual change to Operator subscription required to update to the next major version. |
23 | 27 | |Automatically updates Operator for all major, minor, and patch releases.
|
24 | 28 |
|
25 | 29 | |*Manual*
|
26 | 30 | |Manual updates required for minor and patch releases for the specified version. Manual change to Operator subscription required to update to the next major version.
|
27 | 31 | |Manual updates required for all major, minor, and patch releases.
|
28 | 32 | |====
|
| 33 | + |
| 34 | +When you update your {SMProductName} Operator the Operator Lifecycle Manager (OLM) removes the old Operator pod and starts a new pod. Once the new Operator pod starts, the reconciliation process checks the `ServiceMeshControlPlane` (SMCP), and if there are updated container images available for any of the control plane components, it replaces those control plane pods with ones that use the new container images. |
| 35 | + |
| 36 | +When you upgrade the Kiali and {JaegerName} Operators, the OLM reconciliation process scans the cluster and upgrades the managed instances to the version of the new Operator. For example, if you update the {JaegerName} Operator from version 1.30.2 to version 1.34.1, the Operator scans for running instances of {JaegerShortName} and upgrades them to 1.34.1 as well. |
| 37 | + |
| 38 | +To stay on a particular patch version of {SMProductName}, you would need to disable automatic updates and remain on that specific version of the Operator. |
0 commit comments