File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $ ARCH=<architecture> <1>
41
41
+
42
42
[source,terminal]
43
43
----
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
45
45
----
46
46
47
47
. 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
90
90
[source,terminal]
91
91
----
92
92
$ 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
94
95
----
95
96
+
96
97
where:
You can’t perform that action at this time.
0 commit comments