Skip to content

Commit 2480321

Browse files
author
Steven Smith
committed
Adds additional step to changing the cluster MTU before moving to verification
1 parent 02e0560 commit 2480321

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/nw-cluster-mtu-change.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,15 @@ where:
345345
`<mtu>`:: Specifies the new cluster network MTU that you specified with `<overlay_to>`.
346346
--
347347

348+
. After finalizing the MTU migration, each MCP node is rebooted one by one. You must wait until all the nodes are updated. Check the machine config pool status by entering the following command:
349+
+
350+
[source,terminal]
351+
----
352+
$ oc get mcp
353+
----
354+
+
355+
A successfully updated node has the following status: `UPDATED=true`, `UPDATING=false`, `DEGRADED=false`.
356+
348357
.Verification
349358

350359
ifdef::localzone[]

0 commit comments

Comments
 (0)