From be176d111c5d45a57224dc4785be678309e32f77 Mon Sep 17 00:00:00 2001 From: Andrea Hoffer Date: Wed, 16 Nov 2022 14:25:22 -0500 Subject: [PATCH] OCP BUGS-1156: Adding download for macOS arm64 oc binary --- modules/cli-installing-cli-web-console-macos.adoc | 6 ++++++ modules/cli-installing-cli.adoc | 14 +++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/modules/cli-installing-cli-web-console-macos.adoc b/modules/cli-installing-cli-web-console-macos.adoc index 8a880e3731..02e13fc47b 100644 --- a/modules/cli-installing-cli-web-console-macos.adoc +++ b/modules/cli-installing-cli-web-console-macos.adoc @@ -16,6 +16,12 @@ image::click-question-mark.png[] + image::CLI-list.png[] . Select the `oc` binary for macOS platform, and then click *Download oc for Mac for x86_64*. ++ +[NOTE] +==== +For macOS arm64, click *Download oc for Mac for ARM 64*. +==== + . Save the file. . Unpack and unzip the archive. . Move the `oc` binary to a directory on your PATH. diff --git a/modules/cli-installing-cli.adoc b/modules/cli-installing-cli.adoc index b99ffc13bd..d556379fa2 100644 --- a/modules/cli-installing-cli.adoc +++ b/modules/cli-installing-cli.adoc @@ -79,7 +79,7 @@ You can install the OpenShift CLI (`oc`) binary on Linux by using the following .Procedure ifdef::openshift-origin[] -. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture. +. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture. . Download `oc.tar.gz`. endif::[] ifndef::openshift-origin[] @@ -118,7 +118,7 @@ You can install the OpenShift CLI (`oc`) binary on Windows by using the followin .Procedure ifdef::openshift-origin[] -. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture. +. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture. . Download `oc.zip`. endif::[] ifndef::openshift-origin[] @@ -151,13 +151,18 @@ You can install the OpenShift CLI (`oc`) binary on macOS by using the following .Procedure ifdef::openshift-origin[] -. Navigate to https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture. +. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/ and choose the folder for your operating system and architecture. . Download `oc.tar.gz`. endif::[] ifndef::openshift-origin[] . Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal. . Select the appropriate version in the *Version* drop-down menu. -. Click *Download Now* next to the *OpenShift v{product-version} MacOSX Client* entry and save the file. +. Click *Download Now* next to the *OpenShift v{product-version} macOS Client* entry and save the file. ++ +[NOTE] +==== +For macOS arm64, choose the *OpenShift v{product-version} macOS arm64 Client* entry. +==== endif::[] . Unpack and unzip the archive. . 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: $ oc ---- - ifeval::["{context}" == "updating-restricted-network-cluster"] :!restricted: endif::[]