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 cannot modify the fields listed in the previous section.
58
51
====
59
52
endif::[]
60
-
ifndef::post-install-network-configuration[]
53
+
61
54
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`.
62
55
63
56
[id="nw-operator-cr-cno-object_{context}"]
@@ -191,9 +184,9 @@ The maximum transmission unit (MTU) for the VXLAN overlay network. This is detec
191
184
192
185
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.
193
186
194
-
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`.
187
+
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`.
195
188
196
-
This value cannot be changed after cluster installation.
189
+
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.
197
190
endif::operator[]
198
191
ifdef::operator[]
199
192
The maximum transmission unit (MTU) for the VXLAN overlay network. This value is normally configured automatically.
@@ -216,12 +209,6 @@ endif::operator[]
216
209
|====
217
210
218
211
ifdef::operator[]
219
-
[NOTE]
220
-
====
221
-
You can only change the configuration for your cluster network plugin during cluster installation.
0 commit comments