Skip to content

Commit edb5103

Browse files
committed
OSDOCS-11024: cleaning up installation program procedure
1 parent 27ba5f5 commit edb5103

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
@@ -47,15 +47,6 @@ endif::[]
4747
ifeval::["{context}" == "installing-ibm-z-kvm"]
4848
:ibm-z-kvm:
4949
endif::[]
50-
ifeval::["{context}" == "installing-azure-stack-hub-default"]
51-
:ash:
52-
endif::[]
53-
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
54-
:ash:
55-
endif::[]
56-
ifeval::["{context}" == "installing-azure-stack-hub-network-customizations"]
57-
:ash:
58-
endif::[]
5950
ifeval::["{context}" == "installing-ibm-cloud-private"]
6051
:private:
6152
endif::[]
@@ -85,7 +76,7 @@ endif::restricted[]
8576
.Prerequisites
8677

8778
ifdef::ibm-z,ibm-z-kvm,private,vsphere[]
88-
* You have a machine that runs Linux, for example Red Hat Enterprise Linux 8, with 500 MB of local disk space.
79+
* You have a machine that runs Linux, for example {op-system-base-full} 8, with at least 1.2 GB of local disk space.
8980
endif::ibm-z,ibm-z-kvm,private,vsphere[]
9081
ifdef::vsphere[]
9182
+
@@ -94,37 +85,29 @@ ifdef::vsphere[]
9485
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.
9586
====
9687
endif::vsphere[]
97-
ifndef::ibm-z,ibm-z-kvm,private,vsphere[* You have a computer that runs Linux or macOS, with 500 MB of local disk space.]
88+
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.]
9889

9990
.Procedure
10091

10192
ifndef::openshift-origin[]
102-
. 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.
103-
ifndef::ash[]
104-
. Select your infrastructure provider.
105-
endif::ash[]
106-
ifdef::ash[]
107-
. Select *Azure* as the cloud provider.
108-
endif::ash[]
109-
. 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.
93+
. 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.
94+
. Select your infrastructure provider from the *Run it yourself* section of the page.
95+
. Select your host operating system and architecture from the dropdown menus under *OpenShift Installer* and click *Download Installer*.
96+
. Place the downloaded file in the directory where you want to store the installation configuration files.
11097
endif::[]
11198
ifdef::openshift-origin[]
112-
. Download installer from https://github.com/openshift/okd/releases
99+
. Download the installation program from https://github.com/openshift/okd/releases.
113100
endif::[]
114101

115102
+
116103
[IMPORTANT]
117104
====
118-
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.
119-
====
120-
+
121-
[IMPORTANT]
122-
====
123-
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.
105+
* 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.
106+
107+
* 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.
124108
====
125109

126-
. Extract the installation program. For example, on a computer that uses a Linux
127-
operating system, run the following command:
110+
. Extract the installation program. For example, on a computer that uses a Linux operating system, run the following command:
128111
+
129112
[source,terminal]
130113
----
@@ -138,9 +121,17 @@ Using a {cluster-manager-url-pull} is not required. You can use a pull secret fo
138121
+
139122
If you do not use the {cluster-manager-url-pull}:
140123
+
141-
* Red Hat Operators are not available.
142-
* The Telemetry and Insights operators do not send data to Red Hat.
143-
* 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.
124+
* Red{nbsp}Hat Operators are not available.
125+
* The Telemetry and Insights operators do not send data to Red{nbsp}Hat.
126+
* 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.
127+
endif::openshift-origin[]
128+
129+
ifndef::openshift-origin[]
130+
[TIP]
131+
====
132+
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.
133+
However, you must have an active subscription to access this page.
134+
====
144135
endif::openshift-origin[]
145136

146137
ifeval::["{context}" == "installing-ibm-z"]
@@ -149,15 +140,6 @@ endif::[]
149140
ifeval::["{context}" == "installing-ibm-z-kvm"]
150141
:!ibm-z-kvm:
151142
endif::[]
152-
ifeval::["{context}" == "installing-azure-stack-hub-default"]
153-
:!ash:
154-
endif::[]
155-
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
156-
:!ash:
157-
endif::[]
158-
ifeval::["{context}" == "installing-azure-stack-hub-network-customizations"]
159-
:!ash:
160-
endif::[]
161143
ifeval::["{context}" == "installing-ibm-cloud-private"]
162144
:!private:
163145
endif::[]

0 commit comments

Comments
 (0)