Skip to content

Commit 10668e0

Browse files
authored
Merge pull request #45155 from kelbrown20/sno-fixing-rhcos-command-2065539
BZ2065539 - Fixing RHCOS command in sno installer
2 parents be909ff + 8cbafcd commit 10668e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/install-sno-generating-the-discovery-iso-manually.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ ISO_URL=$(./openshift-install coreos print-stream-json | grep location | grep
6464
+
6565
[source,terminal]
6666
----
67-
$ curl $ISO_URL > rhcos-live.x86_64.iso
67+
$ curl -L $ISO_URL > rhcos-live.x86_64.iso
6868
----
6969

7070
. Prepare the `install-config.yaml` file:
@@ -138,7 +138,7 @@ $ ./openshift-install --dir=ocp create single-node-ignition-config
138138
+
139139
[source,terminal]
140140
----
141-
$ alias coreos-installer='podman run --privileged --rm \
141+
$ alias coreos-installer='podman run --privileged --pull always --rm \
142142
-v /dev:/dev -v /run/udev:/run/udev -v $PWD:/data \
143143
-w /data quay.io/coreos/coreos-installer:release'
144144
----

0 commit comments

Comments
 (0)