Skip to content

Commit e346b5a

Browse files
committed
OCPBUGS-47532: Added note to the nw-operator-cr file
1 parent 82f9da5 commit e346b5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/nw-network-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Set the `networking.machineNetwork` to match the Classless Inter-Domain Routing
3737
The CIDR range `172.17.0.0/16` is reserved by `libVirt`. You cannot use any other CIDR range that overlaps with the `172.17.0.0/16` CIDR range for networks in your cluster.
3838
====
3939

40-
Phase 2:: After creating the manifest files by running `openshift-install create manifests`, you can define a customized Cluster Network Operator manifest with only the fields you want to modify. You can use the manifest to specify advanced network configuration.
40+
Phase 2:: After creating the manifest files by running `openshift-install create manifests`, you can define a customized Cluster Network Operator manifest with only the fields you want to modify. You can use the manifest to specify an advanced network configuration.
4141

4242
During phase 2, you cannot override the values that you specified in phase 1 in the `install-config.yaml` file. However, you can customize the network plugin during phase 2.

modules/nw-operator-cr.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ The fields for this object specify the kube-proxy configuration.
117117
If you are using the OVN-Kubernetes cluster network plugin, the kube-proxy configuration has no effect.
118118
|====
119119

120+
[IMPORTANT]
121+
====
122+
For a cluster that needs to deploy objects across multiple networks, ensure that you specify the same value for the `clusterNetwork.hostPrefix` parameter for each network type that is defined in the `install-config.yaml` file. Setting a different value for each `clusterNetwork.hostPrefix` parameter can impact the OVN-Kubernetes network plugin, where the plugin cannot effectively route object traffic among different nodes.
123+
====
124+
120125
[discrete]
121126
[id="nw-operator-cr-defaultnetwork_{context}"]
122127
=== defaultNetwork object configuration

0 commit comments

Comments
 (0)