Skip to content

Commit 30233fd

Browse files
authored
Merge pull request #52646 from skopacz1/GH52534
GH#52534: Adding missing step
2 parents dd497f3 + 38ca084 commit 30233fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ $ chmod +x openshift-install
7070
$ ISO_URL=$(./openshift-install coreos print-stream-json | grep location | grep $ARCH | grep iso | cut -d\" -f4)
7171
----
7272

73+
. Download the {op-system} ISO:
74+
+
75+
[source,terminal]
76+
----
77+
$ curl -L $ISO_URL -o rhcos-live.iso
78+
----
79+
7380
. Use the {op-system} ISO and the hosted `worker.ign` file to install the worker node:
7481

7582
.. Boot the target host using the {op-system} ISO and your preferred method of installation.

0 commit comments

Comments
 (0)