Skip to content

Commit cae116b

Browse files
committed
Cluster and service networks cannot overlap existing nets
- https://bugzilla.redhat.com/show_bug.cgi?id=1955422
1 parent 1a71065 commit cae116b

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
@@ -238,16 +238,13 @@ If you are installing a three-node cluster, do not deploy any compute machines w
238238
the cluster uses these values as the number of etcd endpoints in the cluster, the
239239
value must match the number of control plane machines that you deploy.
240240
<6> The cluster name that you specified in your DNS records.
241-
<7> A block of IP addresses from which pod IP addresses are allocated. This block must
242-
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.
241+
<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.
243242
<8> The subnet prefix length to assign to each individual node. For example, if
244243
`hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of
245244
the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If
246245
you are required to provide access to nodes from an external network, configure
247246
load balancers and routers to manage the traffic.
248-
<9> The IP address pool to use for service IP addresses. You can enter only
249-
one IP address pool. If you need to access the services from an external network,
250-
configure load balancers and routers to manage the traffic.
247+
<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.
251248
<10> You must set the platform to `none`. You cannot provide additional platform
252249
configuration variables for
253250
ifndef::ibm-z,ibm-z-kvm,ibm-power,rhv[your platform.]

0 commit comments

Comments
 (0)