Skip to content

Commit 902e819

Browse files
authored
Merge pull request #113597 from dfitzmau/OSDOCS-18622-bm-upi-5-rem-redo
OSDOCS-18622-bm-upi-5-rem-redo
2 parents 822e90d + cb07a46 commit 902e819

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,8 @@ If you are installing a three-node cluster, do not deploy any compute machines w
235235
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.
236236
====
237237

238-
`networking.clusterNetwork.hostPrefix`:: Specifies 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.
238+
`networking.cidr.hostPrefix`:: Specifies 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.
239239
`networking.networkType`:: Specifies the cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
240-
`networking.machineNetwork`:: Optional. Specifies the IP address pool to use for machines in the cluster. You cannot change this value after installation. If you do not set this value, and you configure a cluster-wide proxy, you must manually add the machine network address pool or pools to the proxy configuration. For more information, see the _Configuring the cluster-wide proxy during installation_ section.
241240
`networking.serviceNetwork`:: Specifies 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.
242241
`platform`:: Specifies the platform. You must set the platform to `none`. You cannot provide additional platform configuration variables for
243242
ifndef::ibm-z,ibm-z-kvm,ibm-power[your platform.]

0 commit comments

Comments
 (0)