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
. 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:
161
143
162
144
** With the `oc rsh` command, you can use a bash script similar to the following:
163
145
+
@@ -189,7 +171,26 @@ do
189
171
done
190
172
----
191
173
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::
0 commit comments