Skip to content

Commit 761505d

Browse files
authored
Merge pull request #66033 from skopacz1/agent_platform_fix
Small agent platform support fix
2 parents 403840e + 0b234b8 commit 761505d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22

3-
//* installing-with-agent/installing-with-agent.adoc
3+
// * installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc
44
// Re-used content from Sample install-config.yaml file for bare metal without conditionals
55

66
:_content-type: CONCEPT
@@ -56,7 +56,7 @@ Class E CIDR range is reserved for a future use. To use the Class E CIDR range,
5656
<7> 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.
5757
<8> The cluster network plugin to install. The supported values are `OVNKubernetes` (default value) and `OpenShiftSDN`.
5858
<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.
59-
<10> You must set the platform to `none` for a single-node cluster. You can set the platform to either `vsphere` or `baremetal` for multi-node clusters.
59+
<10> You must set the platform to `none` for a single-node cluster. You can set the platform to `vsphere`, `baremetal`, or `none` for multi-node clusters.
6060
+
6161
[NOTE]
6262
====

0 commit comments

Comments
 (0)