Skip to content

Commit d8caeea

Browse files
authored
Merge pull request #92613 from dfitzmau/OSDOCS-8326-12
[enterprise-4.12] OSDOCS-8326: Removed value cannot be changed DAY 2 from SDN table
2 parents a2a324b + e3484d9 commit d8caeea

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

modules/nw-operator-cr.adoc

+6-24
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ ifeval::["{context}" == "cluster-network-operator"]
3131
:operator:
3232
endif::[]
3333

34-
ifeval::["{context}" == "post-install-network-configuration"]
35-
:post-install-network-configuration:
36-
endif::[]
37-
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
38-
:ibm-cloud:
39-
endif::[]
40-
4134
:_mod-docs-content-type: CONCEPT
4235
[id="nw-operator-cr_{context}"]
4336
= Cluster Network Operator configuration
@@ -51,13 +44,13 @@ The CNO configuration inherits the following fields during cluster installation
5144
`defaultNetwork.type`:: Cluster network plugin, such as OpenShift SDN or OVN-Kubernetes.
5245

5346
// For the post installation assembly, no further content is provided.
54-
ifdef::post-install-network-configuration,operator[]
47+
ifdef::operator[]
5548
[NOTE]
5649
====
5750
After cluster installation, you cannot modify the fields listed in the previous section.
5851
====
5952
endif::[]
60-
ifndef::post-install-network-configuration[]
53+
6154
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`.
6255

6356
[id="nw-operator-cr-cno-object_{context}"]
@@ -191,9 +184,9 @@ The maximum transmission unit (MTU) for the VXLAN overlay network. This is detec
191184

192185
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.
193186

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`.
195188

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.
197190
endif::operator[]
198191
ifdef::operator[]
199192
The maximum transmission unit (MTU) for the VXLAN overlay network. This value is normally configured automatically.
@@ -216,12 +209,6 @@ endif::operator[]
216209
|====
217210

218211
ifdef::operator[]
219-
[NOTE]
220-
====
221-
You can only change the configuration for your cluster network plugin during cluster installation.
222-
====
223-
endif::operator[]
224-
225212
.Example OpenShift SDN configuration
226213
[source,yaml]
227214
----
@@ -232,6 +219,7 @@ defaultNetwork:
232219
mtu: 1450
233220
vxlanPort: 4789
234221
----
222+
endif::operator[]
235223

236224
[discrete]
237225
[id="nw-operator-configuration-parameters-for-ovn-sdn_{context}"]
@@ -347,6 +335,7 @@ One of the following additional audit log targets:
347335
// end::policy-audit[]
348336

349337
[id="gatewayConfig-object_{context}"]
338+
350339
.`gatewayConfig` object
351340
[cols=".^2,.^2,.^6a",options="header"]
352341
|====
@@ -456,15 +445,8 @@ spec:
456445
----
457446
<1> Configured only during cluster installation.
458447
endif::operator[]
459-
endif::post-install-network-configuration[]
460448

461449
ifeval::["{context}" == "cluster-network-operator"]
462450
:!operator:
463451
endif::[]
464452

465-
ifeval::["{context}" == "post-install-network-configuration"]
466-
:!post-install-network-configuration:
467-
endif::[]
468-
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
469-
:!ibm-cloud:
470-
endif::[]

0 commit comments

Comments
 (0)