You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cluster installation, you can only modify the `clusterNetwork` IP address range. The default network type can only be changed from OpenShift SDN to OVN-Kubernetes through migration.
56
49
====
57
50
endif::[]
58
-
ifndef::post-install-network-configuration[]
51
+
59
52
You can specify the cluster network plugin configuration for your cluster by setting the fields for the `defaultNetwork` object in the CNO object named `cluster`.
60
53
61
54
[id="nw-operator-cr-cno-object_{context}"]
@@ -182,9 +175,9 @@ The maximum transmission unit (MTU) for the VXLAN overlay network. This is detec
182
175
183
176
If the auto-detected value is not what you expect it to be, confirm that the MTU on the primary network interface on your nodes is correct. You cannot use this option to change the MTU value of the primary network interface on the nodes.
184
177
185
-
If your cluster requires different MTU values for different nodes, you must set this value to `50` less than the lowest MTU value in your cluster. For example, if some nodes in your cluster have an MTU of `9001`, and some have an MTU of `1500`, you must set this value to `1450`.
178
+
If your cluster requires different MTU values for different nodes, you must set this value to `50` less than the lowest MTU value in your cluster. For example, if some nodes in your cluster have an MTU of `9001`, and some have an MTU of `1500`, you must set this value to `1450`.
186
179
187
-
This value cannot be changed after cluster installation.
180
+
You can set the value during cluster installation or as a post-installation task. For more information, see "Changing the MTU for the cluster network" in the {product-title} Networking document.
188
181
endif::operator[]
189
182
ifdef::operator[]
190
183
The maximum transmission unit (MTU) for the VXLAN overlay network. This value is normally configured automatically.
0 commit comments