@@ -79,7 +79,7 @@ You can install the OpenShift CLI (`oc`) binary on Linux by using the following
79
79
.Procedure
80
80
81
81
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.
83
83
. Download `oc.tar.gz`.
84
84
endif::[]
85
85
ifndef::openshift-origin[]
@@ -118,7 +118,7 @@ You can install the OpenShift CLI (`oc`) binary on Windows by using the followin
118
118
.Procedure
119
119
120
120
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.
122
122
. Download `oc.zip`.
123
123
endif::[]
124
124
ifndef::openshift-origin[]
@@ -151,13 +151,18 @@ You can install the OpenShift CLI (`oc`) binary on macOS by using the following
151
151
.Procedure
152
152
153
153
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.
155
155
. Download `oc.tar.gz`.
156
156
endif::[]
157
157
ifndef::openshift-origin[]
158
158
. Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal.
159
159
. 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
+ ====
161
166
endif::[]
162
167
. Unpack and unzip the archive.
163
168
. 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:
176
181
$ oc <command>
177
182
----
178
183
179
-
180
184
ifeval::["{context}" == "updating-restricted-network-cluster"]
181
185
:!restricted:
182
186
endif::[]
0 commit comments