Skip to content

Commit 1dc0c37

Browse files
authored
Merge pull request #93443 from kdrake20/HCIDOCS-635
HCIDOCS-635: Add note that SSL certificates for ISO installation on S…
2 parents 3d59695 + 7559256 commit 1dc0c37

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ $ cp install-config.yaml ocp
199199
----
200200
$ ./openshift-install --dir=ocp create single-node-ignition-config
201201
----
202-
202+
+
203203
. Embed the ignition data into the {op-system} ISO by running the following commands:
204204
+
205205
[source,terminal]
@@ -213,6 +213,11 @@ $ alias coreos-installer='podman run --privileged --pull always --rm \
213213
----
214214
$ coreos-installer iso ignition embed -fi ocp/bootstrap-in-place-for-live-iso.ign rhcos-live.iso
215215
----
216+
+
217+
[IMPORTANT]
218+
====
219+
The SSL certificates for the {op-system} ISO installation image are only valid for 24 hours. If you use the ISO image to install a node more than 24 hours after creating the image, the installation can fail. To re-create the image after 24 hours, delete the `ocp` directory and re-create the {product-title} assets.
220+
====
216221
endif::openshift-origin[]
217222
ifdef::openshift-origin[]
218223
. Generate {product-title} assets by running the following commands:
@@ -245,4 +250,4 @@ $ alias coreos-installer='podman run --privileged --pull always --rm \
245250
----
246251
$ coreos-installer iso ignition embed -fi sno/bootstrap-in-place-for-live-iso.ign fcos-live.iso
247252
----
248-
endif::openshift-origin[]
253+
endif::openshift-origin[]

0 commit comments

Comments
 (0)