mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
// * installing/installing_installing_ibm_cloud/installing-ibm-cloud-restricted.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="installation-ibm-cloud-download-rhcos_{context}"]
|
|
= Downloading the RHCOS cluster image
|
|
|
|
The installation program requires the {op-system-first} image to install the cluster. While optional, downloading the {op-system-first} before deploying removes the need for internet access when creating the cluster.
|
|
|
|
Use the installation program to locate and download the {op-system-first} image.
|
|
|
|
.Prerequisites
|
|
|
|
* The host running the installation program has internet access.
|
|
|
|
.Procedure
|
|
|
|
. Change to the directory that contains the installation program and run the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ ./openshift-install coreos print-stream-json
|
|
----
|
|
|
|
. Use the output of the command to find the location of the {ibm-cloud-name} image.
|
|
[source,terminal]
|
|
+
|
|
.Example output
|
|
----
|
|
"release": "415.92.202311241643-0",
|
|
"formats": {
|
|
"qcow2.gz": {
|
|
"disk": {
|
|
"location": "https://rhcos.mirror.openshift.com/art/storage/prod/streams/4.15-9.2/builds/415.92.202311241643-0/x86_64/rhcos-415.92.202311241643-0-ibmcloud.x86_64.qcow2.gz",
|
|
"sha256": "6b562dee8431bec3b93adeac1cfefcd5e812d41e3b7d78d3e28319870ffc9eae",
|
|
"uncompressed-sha256": "5a0f9479505e525a30367b6a6a6547c86a8f03136f453c1da035f3aa5daa8bc9"
|
|
----
|
|
. Download and extract the image archive. Make the image available on the host that the installation program uses to create the cluster.
|