diff --git a/modules/cli-installing-cli.adoc b/modules/cli-installing-cli.adoc index e6136c784e39..49a75ffebf6b 100644 --- a/modules/cli-installing-cli.adoc +++ b/modules/cli-installing-cli.adoc @@ -99,8 +99,9 @@ endif::microshift[] .Procedure ifdef::openshift-origin[] -. 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. -. Download `oc.tar.gz`. +. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/[https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/] +. Choose the folder for the appropriate version, for example, `latest-4.16` +. Download the version of `openshift-client-linux-*.tar.gz` appropriate for your operating system and architecture. endif::[] ifndef::openshift-origin,microshift[] . Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal. @@ -152,8 +153,9 @@ endif::microshift[] .Procedure ifdef::openshift-origin[] -. 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. -. Download `oc.zip`. +. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/[https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/] +. Choose the folder for the appropriate version, for example, `latest-4.16` +. Download `openshift-client-windows.zip`. endif::[] ifndef::openshift-origin,microshift[] . Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal. @@ -198,8 +200,14 @@ endif::microshift[] .Procedure ifdef::openshift-origin[] -. 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. -. Download `oc.tar.gz`. +. Navigate to link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/[https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/] +. Choose the folder for the appropriate version, for example, `latest-4.16` +. Download `openshift-client-mac.tar.gz`. ++ +[NOTE] +==== +For macOS arm64, download `openshift-client-mac-arm64.tar.gz`. +==== endif::[] ifndef::openshift-origin,microshift[] . Navigate to the link:https://access.redhat.com/downloads/content/290[{product-title} downloads page] on the Red Hat Customer Portal. diff --git a/modules/install-sno-generating-the-install-iso-manually.adoc b/modules/install-sno-generating-the-install-iso-manually.adoc index 3754c96fa5c2..c0b59c2df454 100644 --- a/modules/install-sno-generating-the-install-iso-manually.adoc +++ b/modules/install-sno-generating-the-install-iso-manually.adoc @@ -37,7 +37,7 @@ ifdef::openshift-origin[] $ OKD_VERSION= <1> ---- + -<1> Replace `` with the current version, for example, `4.14.0-0.okd-2024-01-26-175629` +<1> Replace `` with the current version, for example, `4.16.0-0.okd-scos-2024-08-21-155613` endif::openshift-origin[] . Set the host architecture: @@ -71,7 +71,7 @@ ifdef::openshift-origin[] + [source,terminal] ---- -$ curl -L https://github.com/okd-project/okd/releases/download/$OKD_VERSION/openshift-client-linux-$OKD_VERSION.tar.gz -o oc.tar.gz +$ curl -L https://github.com/okd-project/okd-scos/releases/download/$OKD_VERSION/openshift-client-linux-$OKD_VERSION.tar.gz -o oc.tar.gz ---- + [source,terminal] @@ -98,7 +98,7 @@ ifdef::openshift-origin[] + [source,terminal] ---- -$ curl -L https://github.com/okd-project/okd/releases/download/$OKD_VERSION/openshift-install-linux-$OKD_VERSION.tar.gz -o openshift-install-linux.tar.gz +$ curl -L https://github.com/okd-project/okd-scos/releases/download/$OKD_VERSION/openshift-install-linux-$OKD_VERSION.tar.gz -o openshift-install-linux.tar.gz ---- endif::openshift-origin[] + diff --git a/modules/installation-obtaining-installer.adoc b/modules/installation-obtaining-installer.adoc index 3a7a9a66e471..a37b1d96f149 100644 --- a/modules/installation-obtaining-installer.adoc +++ b/modules/installation-obtaining-installer.adoc @@ -95,7 +95,7 @@ ifndef::openshift-origin[] . Place the downloaded file in the directory where you want to store the installation configuration files. endif::[] ifdef::openshift-origin[] -. Download the installation program from https://github.com/openshift/okd/releases. +. Download the installation program from https://github.com/okd-project/okd-scos/releases. endif::[] +