Skip to content

Commit 0d05ba7

Browse files
authored
Merge pull request #103869 from dfitzmau/OSDOCS-17013-bm-upi-18-r
[enterprise-4.18] OSDOCS-17013-bm-upi-re
2 parents 28d8d91 + 1102725 commit 0d05ba7

File tree

4 files changed

+31
-10
lines changed

4 files changed

+31
-10
lines changed

modules/cli-installing-cli-linux.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,26 @@ endif::microshift[]
9595

9696
ifdef::openshift-origin[]
9797
. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/[https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/] and choose the folder for your operating system and architecture.
98+
9899
. Download `oc.tar.gz`.
99100
endif::[]
100101
ifndef::openshift-origin,microshift[]
101102
. Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal.
103+
102104
. Select the architecture from the *Product Variant* drop-down list.
105+
103106
. Select the appropriate version from the *Version* drop-down list.
107+
104108
. Click *Download Now* next to the *OpenShift v{product-version} Linux Clients* entry and save the file.
105109
endif::[]
106110
ifdef::microshift[]
111+
107112
. Navigate to the link:https://access.redhat.com/downloads/content/290[{ocp} downloads page] on the Red Hat Customer Portal.
113+
108114
. Select the architecture from the *Product Variant* drop-down list.
115+
109116
. Select the appropriate version from the *Version* drop-down list.
117+
110118
. Click *Download Now* next to the *OpenShift v{product-version} Linux Clients* entry and save the file.
111119
endif::[]
112120
. Unpack the archive:
@@ -115,6 +123,7 @@ endif::[]
115123
----
116124
$ tar xvf <file>
117125
----
126+
118127
. Place the `oc` binary in a directory that is on your `PATH`.
119128
+
120129
To check your `PATH`, execute the following command:

modules/cli-installing-cli-macos.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif::[]
5656
= Installing the OpenShift CLI on macOS
5757

5858
[role="_abstract"]
59-
You can install the {oc-first} binary on macOS by using the following procedure.
59+
You can install the {oc-first} binary on macOS.
6060

6161
[IMPORTANT]
6262
====
@@ -83,7 +83,11 @@ ifdef::openshift-origin[]
8383
endif::[]
8484
ifndef::openshift-origin,microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
8585
. Navigate to the link:https://access.redhat.com/downloads/content/290[Download {product-title}] page on the Red{nbsp}Hat Customer Portal.
86-
. Select the appropriate version from the *Version* drop-down list.
86+
87+
. Select the architecture from the *Product Variant* list.
88+
89+
. Select the appropriate version from the *Version* list.
90+
8791
. Click *Download Now* next to the *OpenShift v{product-version} macOS Clients* entry and save the file.
8892
+
8993
[NOTE]
@@ -94,12 +98,15 @@ endif::openshift-origin,microshift,openshift-rosa,openshift-rosa-hcp,openshift-d
9498
ifdef::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
9599
. Navigate to the link:https://access.redhat.com/downloads/content/290[Download {OCP}] on the Red{nbsp}Hat Customer Portal.
96100
. Select the appropriate version from the *Version* drop-down list.
101+
97102
. Click *Download Now* next to the *OpenShift v{product-version} macOS Clients* entry and save the file.
103+
98104
endif::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
99105
. Unpack and unzip the archive.
100-
. Move the `oc` binary to a directory on your PATH.
106+
107+
. Move the `oc` binary to a directory on your `PATH` variable.
101108
+
102-
To check your `PATH`, open a terminal and execute the following command:
109+
To check your `PATH` variable, open a terminal and execute the following command:
103110
+
104111
[source,terminal]
105112
----

modules/cli-installing-cli-windows.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif::[]
5656
= Installing the OpenShift CLI on Windows
5757

5858
[role="_abstract"]
59-
You can install the {oc-first} binary on Windows by using the following procedure.
59+
You can install the {oc-first} binary on Windows.
6060

6161
[IMPORTANT]
6262
====
@@ -83,18 +83,23 @@ ifdef::openshift-origin[]
8383
endif::[]
8484
ifndef::openshift-origin,microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
8585
. Navigate to the link:https://access.redhat.com/downloads/content/290[Download {product-title}] page on the Red{nbsp}Hat Customer Portal.
86+
8687
. Select the appropriate version from the *Version* list.
88+
8789
. Click *Download Now* next to the *OpenShift v{product-version} Windows Client* entry and save the file.
8890
endif::openshift-origin,microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
8991
ifdef::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
9092
. Navigate to the link:https://access.redhat.com/downloads/content/290[Download {OCP}] page on the Red Hat Customer Portal.
93+
9194
. Select the appropriate version from the *Version* list.
95+
9296
. Click *Download Now* next to the *OpenShift v{product-version} Windows Client* entry and save the file.
9397
endif::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
9498
. Extract the archive with a ZIP program.
95-
. Move the `oc` binary to a directory that is on your `PATH`.
99+
100+
. Move the `oc` binary to a directory that is on your `PATH` variable.
96101
+
97-
To check your `PATH`, open the command prompt and execute the following command:
102+
To check your `PATH` variable, open the command prompt and execute the following command:
98103
+
99104
[source,terminal]
100105
----

openshift_images/samples-operator-alt-registry.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ include::modules/installation-about-mirror-registry.adoc[leveloffset=+1]
1414
//Incorrect rendering of ROSA attributes discovered during Pruning HCP task. I believe some of the following content is not correct for managed OpenShift. I have created JIRA issue to investigate further.
1515

1616
// Installing the OpenShift CLI on Linux
17-
include::modules/cli-installing-cli-linux.adoc[leveloffset=+1]
17+
include::modules/cli-installing-cli-linux.adoc[leveloffset=+2]
1818

1919
// Installing the OpenShift CLI on Windows
20-
include::modules/cli-installing-cli-windows.adoc[leveloffset=+1]
20+
include::modules/cli-installing-cli-windows.adoc[leveloffset=+2]
2121

2222
// Installing the OpenShift CLI on macOS
23-
include::modules/cli-installing-cli-macos.adoc[leveloffset=+1]
23+
include::modules/cli-installing-cli-macos.adoc[leveloffset=+2]
2424

2525
include::modules/installation-adding-registry-pull-secret.adoc[leveloffset=+1]
2626

0 commit comments

Comments
 (0)