Skip to content

Commit b74f3ce

Browse files
committed
OCP BUGS-1156: Adding download for macOS arm64 oc binary
1 parent 142302f commit b74f3ce

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

modules/cli-installing-cli-web-console-macos.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ image::click-question-mark.png[]
1616
+
1717
image::CLI-list.png[]
1818
. Select the `oc` binary for macOS platform, and then click *Download oc for Mac for x86_64*.
19+
+
20+
[NOTE]
21+
====
22+
For macOS arm64, click *Download oc for Mac for ARM 64*.
23+
====
24+
1925
. Save the file.
2026
. Unpack and unzip the archive.
2127
. Move the `oc` binary to a directory on your PATH.

modules/cli-installing-cli.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can install the OpenShift CLI (`oc`) binary on Linux by using the following
7979
.Procedure
8080

8181
ifdef::openshift-origin[]
82-
. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
82+
. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
8383
. Download `oc.tar.gz`.
8484
endif::[]
8585
ifndef::openshift-origin[]
@@ -118,7 +118,7 @@ You can install the OpenShift CLI (`oc`) binary on Windows by using the followin
118118
.Procedure
119119

120120
ifdef::openshift-origin[]
121-
. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
121+
. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
122122
. Download `oc.zip`.
123123
endif::[]
124124
ifndef::openshift-origin[]
@@ -151,13 +151,18 @@ You can install the OpenShift CLI (`oc`) binary on macOS by using the following
151151
.Procedure
152152

153153
ifdef::openshift-origin[]
154-
. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
154+
. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture.
155155
. Download `oc.tar.gz`.
156156
endif::[]
157157
ifndef::openshift-origin[]
158158
. Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal.
159159
. Select the appropriate version in the *Version* drop-down menu.
160-
. Click *Download Now* next to the *OpenShift v{product-version} MacOSX Client* entry and save the file.
160+
. Click *Download Now* next to the *OpenShift v{product-version} macOS Client* entry and save the file.
161+
+
162+
[NOTE]
163+
====
164+
For macOS arm64, choose the *OpenShift v{product-version} macOS arm64 Client* entry.
165+
====
161166
endif::[]
162167
. Unpack and unzip the archive.
163168
. Move the `oc` binary to a directory on your PATH.
@@ -176,7 +181,6 @@ After you install the OpenShift CLI, it is available using the `oc` command:
176181
$ oc <command>
177182
----
178183

179-
180184
ifeval::["{context}" == "updating-restricted-network-cluster"]
181185
:!restricted:
182186
endif::[]

0 commit comments

Comments
 (0)