Skip to content

Commit df30cf8

Browse files
authored
Merge pull request #92714 from dfitzmau/OCPBUGS-55371
OCPBUGS#55371: Clarified node types MTU in nw-cluster-mtu-change.adoc
2 parents 0bf87da + b364192 commit df30cf8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/nw-cluster-mtu-change.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ ifndef::outposts[= Changing the cluster network MTU]
2323
ifdef::outposts[= Changing the cluster network MTU to support AWS Outposts]
2424

2525
ifdef::outposts[]
26-
During installation, the maximum transmission unit (MTU) for the cluster network is detected automatically based on the MTU of the primary network interface of nodes in the cluster.
27-
You might need to decrease the MTU value for the cluster network to support an AWS Outposts subnet.
26+
During installation, the maximum transmission unit (MTU) for the cluster network is detected automatically based on the MTU of the primary network interface of nodes in the cluster. You might need to decrease the MTU value for the cluster network to support an AWS Outposts subnet.
2827
endif::outposts[]
2928

3029
ifndef::outposts[As a cluster administrator, you can increase or decrease the maximum transmission unit (MTU) for your cluster.]
3130

3231
[IMPORTANT]
3332
====
33+
You cannot roll back an MTU value for nodes during the MTU migration process, but you can roll back the value after the MTU migration process completes.
34+
3435
The migration is disruptive and nodes in your cluster might be temporarily unavailable as the MTU update takes effect.
3536
====
3637

@@ -45,6 +46,8 @@ endif::local-zone,wavelength-zone,post-aws-zones,outposts[]
4546
* You have installed the {oc-first}.
4647
* You have access to the cluster using an account with `cluster-admin` permissions.
4748
* You have identified the target MTU for your cluster. The MTU for the OVN-Kubernetes network plugin must be set to `100` less than the lowest hardware MTU value in your cluster.
49+
* If your nodes are physical machines, ensure that the cluster network and the connected network switches support jumbo frames.
50+
* If your nodes are virtual machines (VMs), ensure that the hypervisor and the connected network switches support jumbo frames.
4851
4952
.Procedure
5053

0 commit comments

Comments
 (0)