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: modules/installation-bare-metal-config-yaml.adoc
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,16 +238,13 @@ If you are installing a three-node cluster, do not deploy any compute machines w
238
238
the cluster uses these values as the number of etcd endpoints in the cluster, the
239
239
value must match the number of control plane machines that you deploy.
240
240
<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.
243
242
<8> The subnet prefix length to assign to each individual node. For example, if
244
243
`hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of
245
244
the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If
246
245
you are required to provide access to nodes from an external network, configure
247
246
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.
251
248
<10> You must set the platform to `none`. You cannot provide additional platform
0 commit comments