Skip to content

Commit 2391dbb

Browse files
authored
Merge pull request #78056 from skopacz1/OSDOCS-11024
OSDOCS#11024: cleaning up installation program procedure
2 parents e0f52df + edb5103 commit 2391dbb

File tree

1 file changed

+22
-40
lines changed

1 file changed

+22
-40
lines changed

modules/installation-obtaining-installer.adoc

Lines changed: 22 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ endif::[]
4646
ifeval::["{context}" == "installing-ibm-z-kvm"]
4747
:ibm-z-kvm:
4848
endif::[]
49-
ifeval::["{context}" == "installing-azure-stack-hub-default"]
50-
:ash:
51-
endif::[]
52-
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
53-
:ash:
54-
endif::[]
55-
ifeval::["{context}" == "installing-azure-stack-hub-network-customizations"]
56-
:ash:
57-
endif::[]
5849
ifeval::["{context}" == "installing-ibm-cloud-private"]
5950
:private:
6051
endif::[]
@@ -84,7 +75,7 @@ endif::restricted[]
8475
.Prerequisites
8576

8677
ifdef::ibm-z,ibm-z-kvm,private,vsphere[]
87-
* You have a machine that runs Linux, for example Red Hat Enterprise Linux 8, with 500 MB of local disk space.
78+
* You have a machine that runs Linux, for example {op-system-base-full} 8, with at least 1.2 GB of local disk space.
8879
endif::ibm-z,ibm-z-kvm,private,vsphere[]
8980
ifdef::vsphere[]
9081
+
@@ -93,37 +84,29 @@ ifdef::vsphere[]
9384
If you attempt to run the installation program on macOS, a known issue related to the `golang` compiler causes the installation of the {product-title} cluster to fail. For more information about this issue, see the section named "Known Issues" in the _{product-title} {product-version} release notes_ document.
9485
====
9586
endif::vsphere[]
96-
ifndef::ibm-z,ibm-z-kvm,private,vsphere[* You have a computer that runs Linux or macOS, with 500 MB of local disk space.]
87+
ifndef::ibm-z,ibm-z-kvm,private,vsphere[* You have a computer that runs Linux or macOS, with at least 1.2 GB of local disk space.]
9788

9889
.Procedure
9990

10091
ifndef::openshift-origin[]
101-
. Access the link:https://console.redhat.com/openshift/install[Infrastructure Provider] page on the {cluster-manager} site. If you have a Red Hat account, log in with your credentials. If you do not, create an account.
102-
ifndef::ash[]
103-
. Select your infrastructure provider.
104-
endif::ash[]
105-
ifdef::ash[]
106-
. Select *Azure* as the cloud provider.
107-
endif::ash[]
108-
. Navigate to the page for your installation type, download the installation program that corresponds with your host operating system and architecture, and place the file in the directory where you will store the installation configuration files.
92+
. Go to the link:https://console.redhat.com/openshift/install[Cluster Type] page on the {hybrid-console}. If you have a Red{nbsp}Hat account, log in with your credentials. If you do not, create an account.
93+
. Select your infrastructure provider from the *Run it yourself* section of the page.
94+
. Select your host operating system and architecture from the dropdown menus under *OpenShift Installer* and click *Download Installer*.
95+
. Place the downloaded file in the directory where you want to store the installation configuration files.
10996
endif::[]
11097
ifdef::openshift-origin[]
111-
. Download installer from https://github.com/openshift/okd/releases
98+
. Download the installation program from https://github.com/openshift/okd/releases.
11299
endif::[]
113100

114101
+
115102
[IMPORTANT]
116103
====
117-
The installation program creates several files on the computer that you use to install your cluster. You must keep the installation program and the files that the installation program creates after you finish installing the cluster. Both files are required to delete the cluster.
118-
====
119-
+
120-
[IMPORTANT]
121-
====
122-
Deleting the files created by the installation program does not remove your cluster, even if the cluster failed during installation. To remove your cluster, complete the {product-title} uninstallation procedures for your specific cloud provider.
104+
* The installation program creates several files on the computer that you use to install your cluster. You must keep the installation program and the files that the installation program creates after you finish installing the cluster. Both of the files are required to delete the cluster.
105+
106+
* Deleting the files created by the installation program does not remove your cluster, even if the cluster failed during installation. To remove your cluster, complete the {product-title} uninstallation procedures for your specific cloud provider.
123107
====
124108

125-
. Extract the installation program. For example, on a computer that uses a Linux
126-
operating system, run the following command:
109+
. Extract the installation program. For example, on a computer that uses a Linux operating system, run the following command:
127110
+
128111
[source,terminal]
129112
----
@@ -137,9 +120,17 @@ Using a {cluster-manager-url-pull} is not required. You can use a pull secret fo
137120
+
138121
If you do not use the {cluster-manager-url-pull}:
139122
+
140-
* Red Hat Operators are not available.
141-
* The Telemetry and Insights operators do not send data to Red Hat.
142-
* Content from the link:https://catalog.redhat.com/software/containers/explore[Red Hat Ecosystem Catalog Container images] registry, such as image streams and Operators, are not available.
123+
* Red{nbsp}Hat Operators are not available.
124+
* The Telemetry and Insights operators do not send data to Red{nbsp}Hat.
125+
* Content from the link:https://catalog.redhat.com/software/containers/explore[Red{nbsp}Hat Ecosystem Catalog Container images] registry, such as image streams and Operators, are not available.
126+
endif::openshift-origin[]
127+
128+
ifndef::openshift-origin[]
129+
[TIP]
130+
====
131+
Alternatively, you can retrieve the installation program from the link:https://access.redhat.com/downloads/content/290/[Red{nbsp}Hat Customer Portal], where you can specify a version of the installation program to download.
132+
However, you must have an active subscription to access this page.
133+
====
143134
endif::openshift-origin[]
144135

145136
ifeval::["{context}" == "installing-ibm-z"]
@@ -148,15 +139,6 @@ endif::[]
148139
ifeval::["{context}" == "installing-ibm-z-kvm"]
149140
:!ibm-z-kvm:
150141
endif::[]
151-
ifeval::["{context}" == "installing-azure-stack-hub-default"]
152-
:!ash:
153-
endif::[]
154-
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
155-
:!ash:
156-
endif::[]
157-
ifeval::["{context}" == "installing-azure-stack-hub-network-customizations"]
158-
:!ash:
159-
endif::[]
160142
ifeval::["{context}" == "installing-ibm-cloud-private"]
161143
:!private:
162144
endif::[]

0 commit comments

Comments
 (0)