Skip to content

Commit eeb7eae

Browse files
committed
OSDOCS-3801: Add OVN-Kubernetes internal subnet configuration
- https://issues.redhat.com/browse/OSDOCS-3801
1 parent 44edc5e commit eeb7eae

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
@@ -289,6 +289,22 @@ endif::ibm-cloud[]
289289
====
290290
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.
291291
====
292+
293+
|`v4InternalSubnet`
294+
|
295+
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.
296+
297+
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`.
298+
299+
This field cannot be changed after installation.
300+
|The default value is `100.64.0.0/16`.
301+
302+
|`v6InternalSubnet`
303+
|
304+
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.
305+
306+
This field cannot be changed after installation.
307+
| The default value is `fd98::/48`.
292308
|====
293309

294310
ifdef::ibm-cloud[]

0 commit comments

Comments
 (0)