Skip to content

Commit 048b1d2

Browse files
authored
Merge pull request #68668 from stevsmit/OCPBUGS-23563
Adds additional step to changing the cluster MTU before moving to ver…
2 parents 34253f4 + 2480321 commit 048b1d2

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)