We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4be04b + 846524a commit 9b43b40Copy full SHA for 9b43b40
modules/installing-ocp-agent-inputs.adoc
@@ -73,9 +73,8 @@ networking:
73
platform:
74
none: {}
75
pullSecret: '<pull_secret>' <4>
76
-sshKey: |
77
- '<ssh_pub_key>' <5>
78
- EOF
+sshKey: '<ssh_pub_key>' <5>
+EOF
79
----
80
+
81
<1> Specify the system architecture, valid values are `amd64` and `arm64`.
@@ -161,7 +160,7 @@ hosts: <2>
161
160
next-hop-address: 192.168.111.2
162
next-hop-interface: eno1
163
table-id: 254
164
165
166
167
<1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component.
@@ -190,4 +189,4 @@ endif::pxe-boot[]
190
189
191
ifeval::["{context}" == "prepare-pxe-assets-agent"]
192
:!pxe-boot:
193
-endif::[]
+endif::[]
0 commit comments