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
@@ -252,16 +252,13 @@ If you are installing a three-node cluster, do not deploy any compute machines w
252
252
the cluster uses these values as the number of etcd endpoints in the cluster, the
253
253
value must match the number of control plane machines that you deploy.
254
254
<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.
257
256
<8> The subnet prefix length to assign to each individual node. For example, if
258
257
`hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of
259
258
the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If
260
259
you are required to provide access to nodes from an external network, configure
261
260
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.
265
262
<10> You must set the platform to `none`. You cannot provide additional platform
0 commit comments