Skip to content

Commit 9907ffa

Browse files
authored
Merge pull request #61106 from jab-rh/OCPBUGS-14294
OCPBUGS-14294: Remove erroneous text
2 parents 693efcf + 397b633 commit 9907ffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/nw-operator-cr.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ endif::ibm-cloud[]
288288

289289
|`v4InternalSubnet`
290290
|
291-
If your existing network infrastructure overlaps with the `100.64.0.0/16` IPv4 subnet, you can specify a different IP address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster.
292-
293-
For example, if the `clusterNetwork.cidr` is `10.128.0.0/14` and the `clusterNetwork.hostPrefix` is `/23`, then the maximum number of nodes is `2^(23-14)=512`. An IP address is also required for the gateway, network, and broadcast addresses. Therefore the internal IP address range must be at least a `/24`.
291+
If your existing network infrastructure overlaps with the `100.64.0.0/16` IPv4 subnet, you can specify a different IP address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. For example, if the `clusterNetwork.cidr` value is `10.128.0.0/14` and the `clusterNetwork.hostPrefix` value is `/23`, then the maximum number of nodes is `2^(23-14)=512`.
294292

295293
This field cannot be changed after installation.
296294
|The default value is `100.64.0.0/16`.

0 commit comments

Comments
 (0)