Skip to content

Commit 9b43b40

Browse files
Merge pull request #66190 from Ultimate-etamitlU/update_agent_doc
2 parents f4be04b + 846524a commit 9b43b40

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/installing-ocp-agent-inputs.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ networking:
7373
platform:
7474
none: {}
7575
pullSecret: '<pull_secret>' <4>
76-
sshKey: |
77-
'<ssh_pub_key>' <5>
78-
EOF
76+
sshKey: '<ssh_pub_key>' <5>
77+
EOF
7978
----
8079
+
8180
<1> Specify the system architecture, valid values are `amd64` and `arm64`.
@@ -161,7 +160,7 @@ hosts: <2>
161160
next-hop-address: 192.168.111.2
162161
next-hop-interface: eno1
163162
table-id: 254
164-
EOF
163+
EOF
165164
----
166165
+
167166
<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[]
190189

191190
ifeval::["{context}" == "prepare-pxe-assets-agent"]
192191
:!pxe-boot:
193-
endif::[]
192+
endif::[]

0 commit comments

Comments
 (0)