Skip to content

Commit f9f44a4

Browse files
authored
Merge pull request #34807 from jboxman/bz-1955422
BZ1955422: Cluster and service networks cannot overlap existing nets
2 parents 68d6549 + cae116b commit f9f44a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,13 @@ If you are installing a three-node cluster, do not deploy any compute machines w
252252
the cluster uses these values as the number of etcd endpoints in the cluster, the
253253
value must match the number of control plane machines that you deploy.
254254
<6> The cluster name that you specified in your DNS records.
255-
<7> A block of IP addresses from which pod IP addresses are allocated. This block must
256-
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.
255+
<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.
257256
<8> The subnet prefix length to assign to each individual node. For example, if
258257
`hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of
259258
the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If
260259
you are required to provide access to nodes from an external network, configure
261260
load balancers and routers to manage the traffic.
262-
<9> The IP address pool to use for service IP addresses. You can enter only
263-
one IP address pool. If you need to access the services from an external network,
264-
configure load balancers and routers to manage the traffic.
261+
<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.
265262
<10> You must set the platform to `none`. You cannot provide additional platform
266263
configuration variables for
267264
ifndef::ibm-z,ibm-z-kvm,ibm-power,rhv[your platform.]

0 commit comments

Comments
 (0)