Skip to content

Commit dd692bb

Browse files
authored
Merge pull request #92611 from dfitzmau/OSDOCS-8326-14
[enterprise-4.14] OSDOCS-8326: Removed value cannot be changed DAY 2 from SDN table
2 parents ec968a5 + 433254b commit dd692bb

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

modules/nw-operator-cr.adoc

+7-18
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ ifeval::["{context}" == "cluster-network-operator"]
2929
:operator:
3030
endif::[]
3131

32-
ifeval::["{context}" == "post-install-network-configuration"]
33-
:post-install-network-configuration:
34-
endif::[]
35-
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
36-
:ibm-cloud:
37-
endif::[]
38-
3932
:_mod-docs-content-type: CONCEPT
4033
[id="nw-operator-cr_{context}"]
4134
= Cluster Network Operator configuration
@@ -49,13 +42,13 @@ The CNO configuration inherits the following fields during cluster installation
4942
`defaultNetwork.type`:: Cluster network plugin, such as OpenShift SDN or OVN-Kubernetes.
5043

5144
// For the post installation assembly, no further content is provided.
52-
ifdef::post-install-network-configuration,operator[]
45+
ifdef::operator[]
5346
[NOTE]
5447
====
5548
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.
5649
====
5750
endif::[]
58-
ifndef::post-install-network-configuration[]
51+
5952
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`.
6053

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

183176
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.
184177

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

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.
188181
endif::operator[]
189182
ifdef::operator[]
190183
The maximum transmission unit (MTU) for the VXLAN overlay network. This value is normally configured automatically.
@@ -206,6 +199,7 @@ endif::operator[]
206199

207200
|====
208201

202+
ifdef::operator[]
209203
.Example OpenShift SDN configuration
210204
[source,yaml]
211205
----
@@ -216,6 +210,7 @@ defaultNetwork:
216210
mtu: 1450
217211
vxlanPort: 4789
218212
----
213+
endif::operator[]
219214

220215
[discrete]
221216
[id="nw-operator-configuration-parameters-for-ovn-sdn_{context}"]
@@ -365,6 +360,7 @@ One of the following additional audit log targets:
365360
// end::policy-audit[]
366361

367362
[id="gatewayConfig-object_{context}"]
363+
368364
.`gatewayConfig` object
369365
[cols=".^2,.^2,.^6a",options="header"]
370366
|====
@@ -497,15 +493,8 @@ spec:
497493
498494
----
499495
endif::operator[]
500-
endif::post-install-network-configuration[]
501496

502497
ifeval::["{context}" == "cluster-network-operator"]
503498
:!operator:
504499
endif::[]
505500

506-
ifeval::["{context}" == "post-install-network-configuration"]
507-
:!post-install-network-configuration:
508-
endif::[]
509-
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
510-
:!ibm-cloud:
511-
endif::[]

0 commit comments

Comments
 (0)