@@ -24,7 +24,7 @@ The update to 4.8.14 or later is necessary to fulfill the minimum version requir
24
24
. Upgrade any OLM Operators to versions that are compatible with both versions you are updating to.
25
25
26
26
. 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:
28
28
+
29
29
[source,terminal]
30
30
----
@@ -42,7 +42,7 @@ master rendered-master-ecbb9582781c1091e1c9f19d50cf836c True False
42
42
worker rendered-worker-00a3f0c68ae94e747193156b491553d5 True False
43
43
----
44
44
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:
46
46
+
47
47
[NOTE]
48
48
====
@@ -54,11 +54,17 @@ You cannot pause the master pool.
54
54
$ oc patch mcp/worker --type merge --patch '{"spec":{"paused":true}}'
55
55
----
56
56
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 :
58
58
+
59
59
[source,terminal]
60
60
----
61
61
$ oc adm upgrade channel eus-4.10
62
+ ----
63
+
64
+ . Update to 4.9, run the following command:
65
+ +
66
+ [source,terminal]
67
+ ----
62
68
$ oc adm upgrade -- to-latest
63
69
----
64
70
+
@@ -69,7 +75,7 @@ $ oc adm upgrade --to-latest
69
75
Updating to latest version 4.9.18
70
76
----
71
77
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:
73
79
+
74
80
[source,terminal]
75
81
----
@@ -86,14 +92,14 @@ version 4.9.18 True False 6m29s Cluster version is 4.9.18
86
92
87
93
. If necessary, upgrade OLM Operators using the Administrator perspective on the web console.
88
94
89
- . To update to 4.10, run the following command:
95
+ . Update to 4.10, run the following command:
90
96
+
91
97
[source,terminal]
92
98
----
93
99
$ oc adm upgrade -- to-latest
94
100
----
95
101
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:
97
103
+
98
104
[source,terminal]
99
105
----
@@ -108,7 +114,7 @@ NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
108
114
version 4.10.1 True False 6m29s Cluster version is 4.10.1
109
115
----
110
116
111
- . To unpause all previously paused MachineConfigPools, run the following command:
117
+ . Unpause all previously paused MachineConfigPools, run the following command:
112
118
+
113
119
[source,terminal]
114
120
----
@@ -120,7 +126,7 @@ $ oc patch mcp/worker --type merge --patch '{"spec":{"paused":false}}'
120
126
If 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.
121
127
====
122
128
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:
124
130
+
125
131
[source,terminal]
126
132
----
0 commit comments