From 60e8127995b33c1fee6866e4d21233ea65eb7a65 Mon Sep 17 00:00:00 2001 From: Piotr Czarnik Date: Tue, 10 Sep 2024 12:08:43 +0200 Subject: [PATCH] [OKD] Update openshift-client/install download procedures --- modules/cli-installing-cli.adoc | 20 +++++++++++++------ ...o-generating-the-install-iso-manually.adoc | 6 +++--- modules/installation-obtaining-installer.adoc | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/modules/cli-installing-cli.adoc b/modules/cli-installing-cli.adoc index d859fb260a7a..5915ed48f5f0 100644 --- a/modules/cli-installing-cli.adoc +++ b/modules/cli-installing-cli.adoc @@ -101,8 +101,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. @@ -154,8 +155,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. @@ -200,8 +202,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 05d7b1539ba6..2cca98cf82a8 100644 --- a/modules/installation-obtaining-installer.adoc +++ b/modules/installation-obtaining-installer.adoc @@ -109,7 +109,7 @@ endif::ash[] . Navigate to the page for your installation type, download the installation program that corresponds with your host operating system and architecture, and place the file in the directory where you will store the installation configuration files. endif::[] ifdef::openshift-origin[] -. Download installer from https://github.com/openshift/okd/releases +. Download installer from https://github.com/okd-project/okd-scos/releases endif::[] +