Skip to content

Commit 1ec948f

Browse files
authored
Merge pull request #48437 from xenolinux/sample-baremetal-install-config-note
BZ2100901: Adds a note about usage of a CIDR range
2 parents 5e9ce9a + 232050d commit 1ec948f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/installation-bare-metal-config-yaml.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ If you are installing a three-node cluster, do not deploy any compute machines w
247247
<5> The number of control plane machines that you add to the cluster. Because the cluster uses these values as the number of etcd endpoints in the cluster, the value must match the number of control plane machines that you deploy.
248248
<6> The cluster name that you specified in your DNS records.
249249
<7> A block of IP addresses from which pod IP addresses are allocated. This block must not overlap with existing physical networks. These IP addresses are used for the pod network. If you need to access the pods from an external network, you must configure load balancers and routers to manage the traffic.
250+
+
251+
[NOTE]
252+
====
253+
Class E CIDR range is reserved for a future use. To use the Class E CIDR range, you must ensure your networking environment accepts the IP addresses within the Class E CIDR range.
254+
====
255+
+
250256
<8> The subnet prefix length to assign to each individual node. For example, if `hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.
251257
<9> The IP address pool to use for service IP addresses. You can enter only one IP address pool. This block must not overlap with existing physical networks. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.
252258
<10> You must set the platform to `none`. You cannot provide additional platform configuration variables for

0 commit comments

Comments
 (0)