Skip to content

Commit 3046e4a

Browse files
committed
OSDOCS-4943 Added important admonition re. OVN-Kubernetes reserved address range
1 parent d4e32c4 commit 3046e4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

networking/cidr-range-definitions.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ ifdef::openshift-rosa,openshift-dedicated[]
1717
When specifying subnet CIDR ranges, ensure that the subnet CIDR range is within the defined Machine CIDR. You must verify that the subnet CIDR ranges allow for enough IP addresses for all intended workloads, including at least eight IP addresses for possible AWS Load Balancers.
1818
endif::[]
1919

20+
[IMPORTANT]
21+
====
22+
OVN-Kubernetes, the default network provider in {product-title} 4.11 and later, uses the `100.64.0.0/16` IP address range internally. If your cluster uses OVN-Kubernetes, do not include the `100.64.0.0/16` IP address range in any other CIDR definitions in your cluster.
23+
====
24+
2025
[id="machine-cidr-description"]
2126
== Machine CIDR
2227
In the Machine CIDR field, you must specify the IP address range for machines or cluster nodes. This range must encompass all CIDR address ranges for your virtual private cloud (VPC) subnets. Subnets must be contiguous. A minimum IP address range of 128 addresses, using the subnet prefix `/25`, is supported for single availability zone deployments. A minimum address range of 256 addresses, using the subnet prefix `/24`, is supported for deployments that use multiple availability zones. The default is `10.0.0.0/16`. This range must not conflict with any connected networks.

0 commit comments

Comments
 (0)