Skip to content

Commit aa2394c

Browse files
authored
Merge pull request #92610 from dfitzmau/OSDOCS-8326-15
[enterprise-4.15] OSDOCS-8326: Removed value cannot be changed DAY 2 from SDN table
2 parents a79d1df + 759ab1b commit aa2394c

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

modules/nw-operator-cr.adoc

+7-20
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ ifeval::["{context}" == "cluster-network-operator"]
2727
:operator:
2828
endif::[]
2929

30-
ifeval::["{context}" == "post-install-network-configuration"]
31-
:post-install-network-configuration:
32-
endif::[]
33-
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
34-
:ibm-cloud:
35-
endif::[]
36-
3730
:_mod-docs-content-type: CONCEPT
3831
[id="nw-operator-cr_{context}"]
3932
= Cluster Network Operator configuration
@@ -48,13 +41,13 @@ The CNO configuration inherits the following fields during cluster installation
4841
`defaultNetwork.type`:: Cluster network plugin. `OVNKubernetes` is the only supported plugin during installation.
4942

5043
// For the post installation assembly, no further content is provided.
51-
ifdef::post-install-network-configuration,operator[]
44+
ifdef::operator[]
5245
[NOTE]
5346
====
5447
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.
5548
====
5649
endif::[]
57-
ifndef::post-install-network-configuration[]
50+
5851
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`.
5952

6053
[id="nw-operator-cr-cno-object_{context}"]
@@ -146,7 +139,6 @@ The values for the `defaultNetwork` object are defined in the following table:
146139

147140
|====
148141

149-
ifdef::operator,post-installation-network-configuration[]
150142
[discrete]
151143
[id="nw-operator-configuration-parameters-for-openshift-sdn_{context}"]
152144
==== Configuration for the OpenShift SDN network plugin
@@ -178,9 +170,9 @@ The maximum transmission unit (MTU) for the VXLAN overlay network. This is detec
178170

179171
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.
180172

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

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.
184176
endif::operator[]
185177
ifdef::operator[]
186178
The maximum transmission unit (MTU) for the VXLAN overlay network. This value is normally configured automatically.
@@ -202,6 +194,7 @@ endif::operator[]
202194

203195
|====
204196

197+
ifdef::operator[]
205198
.Example OpenShift SDN configuration
206199
[source,yaml]
207200
----
@@ -212,7 +205,7 @@ defaultNetwork:
212205
mtu: 1450
213206
vxlanPort: 4789
214207
----
215-
endif::[]
208+
endif::operator[]
216209

217210
[discrete]
218211
[id="nw-operator-configuration-parameters-for-ovn-sdn_{context}"]
@@ -362,6 +355,7 @@ One of the following additional audit log targets:
362355
// end::policy-audit[]
363356

364357
[id="gatewayConfig-object_{context}"]
358+
365359
.`gatewayConfig` object
366360
[cols=".^2,.^2,.^6a",options="header"]
367361
|====
@@ -516,15 +510,8 @@ spec:
516510
clusterNetworkMTU: 8900
517511
----
518512
endif::operator[]
519-
endif::post-install-network-configuration[]
520513

521514
ifeval::["{context}" == "cluster-network-operator"]
522515
:!operator:
523516
endif::[]
524517

525-
ifeval::["{context}" == "post-install-network-configuration"]
526-
:!post-install-network-configuration:
527-
endif::[]
528-
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
529-
:!ibm-cloud:
530-
endif::[]

0 commit comments

Comments
 (0)