Skip to content

Commit c4490ea

Browse files
authored
Merge pull request #78136 from JoeAldinger/OSDOCS-34559
OSDOCS-34559: updates procedure with xref to alternative option
2 parents 5bdabe9 + c744483 commit c4490ea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ where:
8585
+
8686
--
8787
* Maximum transmission unit (MTU). Consider the following before customizing the MTU for this optional step:
88-
** If you use the default MTU, and you want to keep the default MTU during migration, this step can be ignored.
88+
** If you use the default MTU, and you want to keep the default MTU during migration, this step can be ignored.
8989
** If you used a custom MTU, and you want to keep the custom MTU during migration, you must declare the custom MTU value in this step.
90-
** This step does not work if you want to change the MTU value during migration. Instead, you must first follow the instructions for "Changing the cluster MTU". You can then keep the custom MTU value by performing this procedure and declaring the custom MTU value in this step.
90+
** This step does not work if you want to change the MTU value during migration. Instead, you must first follow the instructions for "Changing the cluster MTU". You can then keep the custom MTU value by performing this procedure and declaring the custom MTU value in this step.
9191
+
9292
[NOTE]
9393
====
@@ -289,6 +289,12 @@ daemon set "multus" successfully rolled out
289289

290290
. 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:
291291

292+
+
293+
[IMPORTANT]
294+
====
295+
The following scripts reboot all of the nodes in the cluster at the same time. This can cause your cluster to be unstable. Another option is to reboot your nodes manually one at a time. Rebooting nodes one-by-one causes considerable downtime in a cluster with many nodes.
296+
====
297+
292298
** With the `oc rsh` command, you can use a bash script similar to the following:
293299
+
294300
[source,bash]

0 commit comments

Comments
 (0)