@@ -24,7 +24,7 @@ The update to 4.8.14 or later is necessary to fulfill the minimum version requir
2424. Upgrade any OLM Operators to versions that are compatible with both versions you are updating to.
2525
2626. Verify that all MachineConfigPools display a status of `UPDATED` and no MachineConfigPools display a status of `UPDATING` .
27- To view the status of all MachineConfigPools, run the following command:
27+ View the status of all MachineConfigPools, run the following command:
2828+
2929[source,terminal]
3030----
@@ -42,7 +42,7 @@ master rendered-master-ecbb9582781c1091e1c9f19d50cf836c True False
4242worker rendered-worker-00a3f0c68ae94e747193156b491553d5 True False
4343----
4444
45- . To pause the MachineConfigPools you wish to skip reboots on, run the following commands:
45+ . Pause the MachineConfigPools you wish to skip reboots on, run the following commands:
4646+
4747[NOTE]
4848====
@@ -54,11 +54,17 @@ You cannot pause the master pool.
5454$ oc patch mcp/worker --type merge --patch '{"spec":{"paused":true}}'
5555----
5656
57- . To change to the `eus-4.10` channel and update to 4.9 , run the following commands :
57+ . Change to the `eus-4.10` channel, run the following command :
5858+
5959[source,terminal]
6060----
6161$ oc adm upgrade channel eus-4.10
62+ ----
63+
64+ . Update to 4.9, run the following command:
65+ +
66+ [source,terminal]
67+ ----
6268$ oc adm upgrade -- to-latest
6369----
6470+
@@ -69,7 +75,7 @@ $ oc adm upgrade --to-latest
6975Updating to latest version 4.9.18
7076----
7177
72- . To ensure the 4.9 updates are completed successfully retrieve the cluster version, run the following command:
78+ . Ensure the 4.9 updates are completed successfully retrieve the cluster version, run the following command:
7379+
7480[source,terminal]
7581----
@@ -86,14 +92,14 @@ version 4.9.18 True False 6m29s Cluster version is 4.9.18
8692
8793. If necessary, upgrade OLM Operators using the Administrator perspective on the web console.
8894
89- . To update to 4.10, run the following command:
95+ . Update to 4.10, run the following command:
9096+
9197[source,terminal]
9298----
9399$ oc adm upgrade -- to-latest
94100----
95101
96- . To ensure the 4.10 update is completed successfully retrieve the cluster version, run the following command:
102+ . Ensure the 4.10 update is completed successfully retrieve the cluster version, run the following command:
97103+
98104[source,terminal]
99105----
@@ -108,7 +114,7 @@ NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
108114version 4.10.1 True False 6m29s Cluster version is 4.10.1
109115----
110116
111- . To unpause all previously paused MachineConfigPools, run the following command:
117+ . Unpause all previously paused MachineConfigPools, run the following command:
112118+
113119[source,terminal]
114120----
@@ -120,7 +126,7 @@ $ oc patch mcp/worker --type merge --patch '{"spec":{"paused":false}}'
120126If pools are not unpaused, the cluster is not permitted to update to any future minors and maintenance tasks such as certificate rotation are inhibited. This puts the cluster at risk for future degradation.
121127====
122128
123- . To verify that your previously paused pools have updated and your cluster completed the update to 4.10, run the following command:
129+ . Verify that your previously paused pools have updated and your cluster completed the update to 4.10, run the following command:
124130+
125131[source,terminal]
126132----
0 commit comments