Skip to content

Commit a1c620a

Browse files
authored
Merge pull request #75039 from stevsmit/OCPBUGS-32528
Reorders sdn to ovnk rollback procedure
2 parents 6d89d15 + 9defbae commit a1c620a

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

modules/nw-ovn-kubernetes-rollback.adoc

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,25 +139,7 @@ $ oc patch Network.operator.openshift.io cluster --type=merge \
139139
}}}}'
140140
----
141141

142-
. Wait until the Multus daemon set rollout completes.
143-
+
144-
[source,terminal]
145-
----
146-
$ oc -n openshift-multus rollout status daemonset/multus
147-
----
148-
+
149-
The name of the Multus pods is in form of `multus-<xxxxx>` where `<xxxxx>` is a random sequence of letters. It might take several moments for the pods to restart.
150-
+
151-
.Example output
152-
[source,text]
153-
----
154-
Waiting for daemon set "multus" rollout to finish: 1 out of 6 new pods have been updated...
155-
...
156-
Waiting for daemon set "multus" rollout to finish: 5 of 6 updated pods are available...
157-
daemon set "multus" successfully rolled out
158-
----
159-
160-
. To complete changing the network plugin, reboot each node in your cluster. You can reboot the nodes in your cluster with either of the following approaches:
142+
. Reboot each node in your cluster. You can reboot the nodes in your cluster with either of the following approaches:
161143

162144
** With the `oc rsh` command, you can use a bash script similar to the following:
163145
+
@@ -189,7 +171,26 @@ do
189171
done
190172
----
191173
192-
. After the nodes in your cluster have rebooted, start all of the machine configuration pools:
174+
175+
. Wait until the Multus daemon set rollout completes. Run the following command to see your rollout status:
176+
+
177+
[source,terminal]
178+
----
179+
$ oc -n openshift-multus rollout status daemonset/multus
180+
----
181+
+
182+
The name of the Multus pods is in the form of `multus-<xxxxx>` where `<xxxxx>` is a random sequence of letters. It might take several moments for the pods to restart.
183+
+
184+
.Example output
185+
[source,text]
186+
----
187+
Waiting for daemon set "multus" rollout to finish: 1 out of 6 new pods have been updated...
188+
...
189+
Waiting for daemon set "multus" rollout to finish: 5 of 6 updated pods are available...
190+
daemon set "multus" successfully rolled out
191+
----
192+
193+
. After the nodes in your cluster have rebooted and the multus pods are rolled out, start all of the machine configuration pools by running the following commands::
193194
+
194195
--
195196
* Start the master configuration pool:

0 commit comments

Comments
 (0)