Skip to content

Commit 6bfaa4f

Browse files
committed
OSDOCS-9002: Note about default host config values
1 parent 2e13ac3 commit 6bfaa4f

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

modules/installing-ocp-agent-inputs.adoc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This is the preferred method for the Agent-based installation. Using {ztp} manif
4444

4545
. Create the `install-config.yaml` file:
4646
+
47+
--
4748
[source,terminal]
4849
----
4950
$ cat << EOF > ./my-cluster/install-config.yaml
@@ -70,19 +71,24 @@ networking:
7071
networkType: OVNKubernetes <3>
7172
serviceNetwork:
7273
- 172.30.0.0/16
73-
platform:
74+
platform: <4>
7475
none: {}
75-
pullSecret: '<pull_secret>' <4>
76-
sshKey: '<ssh_pub_key>' <5>
76+
pullSecret: '<pull_secret>' <5>
77+
sshKey: '<ssh_pub_key>' <6>
7778
EOF
7879
----
79-
+
8080
<1> Specify the system architecture, valid values are `amd64` and `arm64`.
8181
<2> Required. Specify your cluster name.
8282
<3> Specify the cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
83-
<4> Specify your pull secret.
84-
<5> Specify your SSH public key.
85-
83+
<4> Specify your platform.
84+
+
85+
[NOTE]
86+
====
87+
For bare metal platforms, host settings made in the platform section of the `install-config.yaml` file are used by default, unless they are overridden by configurations made in the `agent-config.yaml` file.
88+
====
89+
<5> Specify your pull secret.
90+
<6> Specify your SSH public key.
91+
--
8692
+
8793
[NOTE]
8894
====

0 commit comments

Comments
 (0)