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.
55
48
====
56
49
endif::[]
57
-
ifndef::post-install-network-configuration[]
50
+
58
51
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`.
59
52
60
53
[id="nw-operator-cr-cno-object_{context}"]
@@ -146,7 +139,6 @@ The values for the `defaultNetwork` object are defined in the following table:
==== Configuration for the OpenShift SDN network plugin
@@ -178,9 +170,9 @@ The maximum transmission unit (MTU) for the VXLAN overlay network. This is detec
178
170
179
171
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.
180
172
181
-
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`.
173
+
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`.
182
174
183
-
This value cannot be changed after cluster installation.
175
+
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.
184
176
endif::operator[]
185
177
ifdef::operator[]
186
178
The maximum transmission unit (MTU) for the VXLAN overlay network. This value is normally configured automatically.
0 commit comments