You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: networking/cidr-range-definitions.adoc
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ endif::[]
22
22
23
23
[IMPORTANT]
24
24
====
25
-
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.
25
+
OVN-Kubernetes, the default network provider in {product-title} 4.14 and later versions, uses the following IP address ranges internally: `100.64.0.0/16`, `169.254.169.0/29`, `100.88.0.0/16`, `fd98::/64`, `fd69::/125`, and the `fd97::/64`. If your cluster uses OVN-Kubernetes, do not include any IP address ranges in any other CIDR definitions in your cluster.
26
26
====
27
27
28
28
[id="machine-cidr-description"]
29
29
== Machine CIDR
30
-
In the Machine CIDR field, you must specify the IP address range for machines or cluster nodes.
30
+
In the Machine classless inter-domain routing (CIDR) field, you must specify the IP address range for machines or cluster nodes.
31
31
ifdef::openshift-rosa,openshift-dedicated[]
32
-
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.
32
+
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.
33
33
endif::openshift-rosa,openshift-dedicated[]
34
34
35
35
The default is `10.0.0.0/16`. This range must not conflict with any connected networks.
@@ -43,29 +43,29 @@ endif::[]
43
43
44
44
[id="service-cidr-description"]
45
45
== Service CIDR
46
-
In the Service CIDR field, you must specify the IP address range for services.
46
+
In the Service CIDR field, you must specify the IP address range for services.
47
47
ifdef::openshift-rosa,openshift-dedicated[]
48
-
It is recommended, but not required, that the address block is the same between clusters. This will not create IP address conflicts.
48
+
It is recommended, but not required, that the address block is the same between clusters. This will not create IP address conflicts.
49
49
endif::openshift-rosa,openshift-dedicated[]
50
50
The range must be large enough to accommodate your workload. The address block must not overlap with any external service accessed from within the cluster. The default is `172.30.0.0/16`.
51
51
52
52
[id="pod-cidr-description"]
53
53
== Pod CIDR
54
-
In the pod CIDR field, you must specify the IP address range for pods.
54
+
In the pod CIDR field, you must specify the IP address range for pods.
55
55
56
56
ifdef::openshift-enterprise[]
57
-
The pod CIDR is the same as the `clusterNetwork` CIDR and the cluster CIDR.
57
+
The pod CIDR is the same as the `clusterNetwork` CIDR and the cluster CIDR.
58
58
endif::openshift-enterprise[]
59
59
ifdef::openshift-rosa,openshift-dedicated[]
60
-
It is recommended, but not required, that the address block is the same between clusters. This will not create IP address conflicts.
60
+
It is recommended, but not required, that the address block is the same between clusters. This will not create IP address conflicts.
61
61
endif::openshift-rosa,openshift-dedicated[]
62
-
The range must be large enough to accommodate your workload. The address block must not overlap with any external service accessed from within the cluster. The default is `10.128.0.0/14`.
62
+
The range must be large enough to accommodate your workload. The address block must not overlap with any external service accessed from within the cluster. The default is `10.128.0.0/14`.
63
63
ifdef::openshift-enterprise[]
64
64
You can expand the range after cluster installation.
0 commit comments