Skip to content

Commit 9ff996d

Browse files
committed
1 parent 2e559cb commit 9ff996d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/nw-cluster-mtu-change.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Status:
7272

7373
ifndef::local-zone,wavelength-zone,post-aws-zones,outposts[]
7474
. Prepare your configuration for the hardware MTU:
75+
+
76+
[IMPORTANT]
77+
====
78+
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.
79+
====
7580

7681
** If your hardware MTU is specified with DHCP, update your DHCP configuration such as with the following dnsmasq configuration:
7782
+
@@ -91,7 +96,6 @@ where:
9196
** If your hardware MTU is specified in a NetworkManager connection configuration, complete the following steps. This approach is the default for {product-title} if you do not explicitly specify your network configuration with DHCP, a kernel command line, or some other method. Your cluster nodes must all use the same underlying network configuration for the following procedure to work unmodified.
9297

9398
... Find the primary network interface by entering the following command:
94-
9599
+
96100
[source,terminal]
97101
----
@@ -389,7 +393,7 @@ $ oc get nodes
389393
+
390394
[source,terminal]
391395
----
392-
$ oc debug node/<node> -- chroot /host ip address show <interface>
396+
$ oc adm node-logs <node> -u ovs-configuration | grep configure-ovs.sh | grep mtu | grep <interface> | head -1
393397
----
394398
+
395399
where:

0 commit comments

Comments
 (0)