Skip to content

Commit 76ee0d1

Browse files
authored
Merge pull request #96087 from openshift-cherrypick-robot/cherry-pick-91480-to-enterprise-4.18
[enterprise-4.18] : Clarify steps
2 parents a4b48c6 + 5a8b34d commit 76ee0d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/nw-cluster-mtu-change.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ Status:
7575

7676
ifndef::local-zone,wavelength-zone,post-aws-zones,outposts[]
7777
. Prepare your configuration for the hardware MTU:
78+
+
79+
[IMPORTANT]
80+
====
81+
There are many ways to configure the hardware MTU for your cluster nodes. The following examples show only the most common methods. You must verify that your infrastructure MTU is correct and that your preferred method for configuring your hardware MTU in the cluster nodes is in effect before proceeding.
82+
====
7883

7984
** If your hardware MTU is specified with DHCP, update your DHCP configuration such as with the following dnsmasq configuration:
8085
+
@@ -401,7 +406,7 @@ $ oc get nodes
401406
+
402407
[source,terminal]
403408
----
404-
$ oc debug node/<node> -- chroot /host ip address show <interface>
409+
$ oc adm node-logs <node> -u ovs-configuration | grep configure-ovs.sh | grep mtu | grep <interface> | head -1
405410
----
406411
+
407412
where:

0 commit comments

Comments
 (0)