Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OKD] Update openshift-client/install download procedures #81530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions modules/cli-installing-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions modules/install-sno-generating-the-install-iso-manually.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ifdef::openshift-origin[]
$ OKD_VERSION=<okd_version> <1>
----
+
<1> Replace `<okd_version>` with the current version, for example, `4.14.0-0.okd-2024-01-26-175629`
<1> Replace `<okd_version>` with the current version, for example, `4.16.0-0.okd-scos-2024-08-21-155613`
endif::openshift-origin[]

. Set the host architecture:
Expand Down Expand Up @@ -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]
Expand All @@ -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[]
+
Expand Down
2 changes: 1 addition & 1 deletion modules/installation-obtaining-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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::[]

+
Expand Down