Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions modules/installing-ocp-agent-inputs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ networking:
platform:
none: {}
pullSecret: '<pull_secret>' <4>
sshKey: |
'<ssh_pub_key>' <5>
sshKey: '<ssh_pub_key>' <5>
EOF
----
+
Expand Down Expand Up @@ -159,4 +158,4 @@ You must provide the rendezvous IP address when you do not specify at least one
<2> Optional: Host configuration. The number of hosts defined must not exceed the total number of hosts defined in the `install-config.yaml` file, which is the sum of the values of the `compute.replicas` and `controlPlane.replicas` parameters.
<3> Optional: Overrides the hostname obtained from either the Dynamic Host Configuration Protocol (DHCP) or a reverse DNS lookup. Each host must have a unique hostname supplied by one of these methods.
<4> Enables provisioning of the Red Hat Enterprise Linux CoreOS (RHCOS) image to a particular device. It examines the devices in the order it discovers them, and compares the discovered values with the hint values. It uses the first discovered device that matches the hint value.
<5> Optional: Configures the network interface of a host in NMState format.
<5> Optional: Configures the network interface of a host in NMState format.