Skip to content

Commit cba4b33

Browse files
authored
Merge pull request #58228 from johnwilkins/TELCODOCS-1242
TELCODOCS-1242: [Doc Bug] Short secret name while following worker scale-up for agent-based clusters
2 parents d28a5c3 + dd80e36 commit cba4b33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/sno-adding-worker-nodes-to-sno-clusters-manually.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ ARCH=<architecture> <1>
4141
+
4242
[source,terminal]
4343
----
44-
$ oc extract -n openshift-machine-api secret/worker-user-data --keys=userData --to=- > worker.ign
44+
$ oc extract -n openshift-machine-api secret/worker-user-data-managed --keys=userData --to=- > worker.ign
4545
----
4646

4747
. Host the `worker.ign` file on a web server accessible from your network.
@@ -90,7 +90,8 @@ $ curl -L $ISO_URL -o rhcos-live.iso
9090
[source,terminal]
9191
----
9292
$ nmcli con mod <network_interface> ipv4.method manual /
93-
ipv4.addresses <static_ip> ipv4.gateway <network_gateway> ipv4.dns <dns_server>
93+
ipv4.addresses <static_ip> ipv4.gateway <network_gateway> ipv4.dns <dns_server> /
94+
802-3-ethernet.mtu 9000
9495
----
9596
+
9697
where:

0 commit comments

Comments
 (0)