Skip to content

Commit 41be38e

Browse files
authored
Merge pull request #50264 from jboxman-rh/OSDOCS-3801
OSDOCS-3801: Add OVN-Kubernetes internal subnet configuration
2 parents 0f116f0 + eeb7eae commit 41be38e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/nw-operator-cr.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,22 @@ endif::ibm-cloud[]
292292
====
293293
While migrating egress traffic, you can expect some disruption to workloads and service traffic until the Cluster Network Operator (CNO) successfully rolls out the changes.
294294
====
295+
296+
|`v4InternalSubnet`
297+
|
298+
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.
299+
300+
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)=128`. 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`.
301+
302+
This field cannot be changed after installation.
303+
|The default value is `100.64.0.0/16`.
304+
305+
|`v6InternalSubnet`
306+
|
307+
If your existing network infrastructure overlaps with the `fd98::/48` IPv6 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.
308+
309+
This field cannot be changed after installation.
310+
| The default value is `fd98::/48`.
295311
|====
296312

297313
ifdef::ibm-cloud[]

0 commit comments

Comments
 (0)