You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-about-eus-updates.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,14 @@
6
6
[id="virt-about-eus-updates_{context}"]
7
7
= About EUS-to-EUS updates
8
8
9
-
Every even-numbered minor version of {product-title}, including 4.10 and 4.12, is an Extended Update Support (EUS) version. However, because Kubernetes design mandates serial minor version updates, you cannot directly update from one EUS version to the next. You must first update to the each z-stream release of the odd-numbered minor version before you can proceed to the target EUS version.
9
+
Every even-numbered minor version of {product-title}, including 4.10 and 4.12, is an Extended Update Support (EUS) version. However, because Kubernetes design mandates serial minor version updates, you cannot directly update from one EUS version to the next.
10
+
11
+
After you update from the source EUS version to the next odd-numbered minor version, you must sequentially update {VirtProductName} to all z-stream releases of that minor version that are on your update path. When you have upgraded to the latest applicable z-stream version, you can then update {product-title} to the target EUS minor version.
12
+
13
+
When the {product-title} update succeeds, the corresponding update for {VirtProductName} becomes available. You can now update {VirtProductName} to the target EUS version.
Copy file name to clipboardExpand all lines: modules/virt-preventing-workload-updates-during-eus-update.adoc
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,7 @@ When you update from one Extended Update Support (EUS) version to the next, you
16
16
17
17
* You paused the worker nodes' machine config pools as directed by the {product-title} documentation.
18
18
19
-
* Your {VirtProductName} subscription uses the *Automatic* approval strategy.
20
-
+
21
-
[NOTE]
22
-
====
23
-
If you use the *Manual* approval strategy, you must approve all pending updates in the web console. This is discouraged because your cluster becomes unsupported if your {VirtProductName} and {product-title} versions are out of sync. For more details, refer to the "Manually approving a pending Operator update" section.
24
-
====
19
+
* It is recommended that you use the default *Automatic* approval strategy. If you use the *Manual* approval strategy, you must approve all pending updates in the web console. For more details, refer to the "Manually approving a pending Operator update" section.
25
20
26
21
.Procedure
27
22
@@ -124,14 +119,18 @@ $ oc get clusterversion
124
119
Updating {product-title} to the next version is a prerequisite for updating {VirtProductName}. For more details, refer to the "Updating clusters" section of the {product-title} documentation.
125
120
====
126
121
127
-
. With the default *Automatic* approval strategy, {VirtProductName} automatically updates to the corresponding version after you update {product-title}. Monitor the {VirtProductName} update by running the following command:
122
+
. Update {VirtProductName}.
123
+
* With the default *Automatic* approval strategy, {VirtProductName} automatically updates to the corresponding version after you update {product-title}.
124
+
* If you use the *Manual* approval strategy, approve the pending updates by using the web console.
125
+
126
+
. Monitor the {VirtProductName} update by running the following command:
128
127
+
129
128
[source,terminal]
130
129
----
131
130
$ oc get csv -n openshift-cnv
132
131
----
133
132
134
-
. Continue to monitor as {VirtProductName}updates to the z-stream versions that are available for the non-EUS version.
133
+
. Update {VirtProductName} to every z-stream version that is available for the non-EUS minor version, monitoring each update by running the command shown in the previous step.
135
134
136
135
. Confirm that {VirtProductName} successfully updated to the latest z-stream release of the non-EUS version by running the following command:
.. Update {product-title} to the target EUS version. Confirm that the update succeeded by checking the cluster version:
160
+
. Update {product-title} to the target EUS version.
161
+
162
+
. Confirm that the update succeeded by checking the cluster version:
163
163
+
164
164
[source,terminal]
165
165
----
166
166
$ oc get clusterversion
167
167
----
168
-
.. After {product-title} updates, {VirtProductName} automatically updates to the target EUS version. Monitor the update by running the following command:
168
+
169
+
. Update {VirtProductName} to the target EUS version.
170
+
* With the default *Automatic* approval strategy, {VirtProductName} automatically updates to the corresponding version after you update {product-title}.
171
+
* If you use the *Manual* approval strategy, approve the pending updates by using the web console.
172
+
173
+
. Monitor the {VirtProductName} update by running the following command:
0 commit comments