Skip to content

Commit e5305ab

Browse files
authored
directing pre-release testing to the community testing page, updating link to the latest oc clients (#1963)
1 parent b4a035c commit e5305ab

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

COMMUNITY-TESTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Real world tests of the pre-release builds are a key component to the success of
1919

2020
Pre-release builds of OKD SCOS are currently available for [4.16](https://amd64.origin.releases.ci.openshift.org/#4.16.0-0.okd-scos) and [4.17](https://amd64.origin.releases.ci.openshift.org/#4.17.0-0.okd-scos). Please note that each pre-release build is pruned after 72 hours. If the build that you installed was pruned, the cluster may be unable to pull necessary images and may show errors for various functionality (including updates).
2121

22-
To pull a release, use an existing oc v4.x cli binary to pull the installer materials. You can find the latest release of the oc binary on the [OpenShfit client mirror page](https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/).
22+
To pull a release, use an existing oc v4.x cli binary to pull the installer materials. You can find the latest release of the oc binary on the [OpenShfit client mirror page](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/).
2323

2424
```
2525
oc adm release extract --tools registry.ci.openshift.org/origin/release-scos:4.16.0-0.okd-scos-2024-06-26-093335

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OKD: The Community Distribution of Kubernetes that powers Red Hat's OpenShift
77

88
***OKD*** is the community distribution of [Kubernetes](https://kubernetes.io) optimized for continuous application development and multi-tenant deployment. OKD adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams. ***OKD*** is also referred to as ***Origin*** in github and in the documentation. ***OKD*** makes launching Kubernetes on any cloud or bare metal a snap, simplifies running and updating clusters, and provides all of the tools to make your containerized-applications succeed.
99

10-
This repository covers OKD4 and newer. For older versions of OKD, see the [3.11 branch of openshift/origin](https://github.com/openshift/origin/tree/release-3.11).
10+
This repository covers OKD4 and newer.
1111

1212
Open issues and ideas are tracked in the [okd/community repo](https://github.com/orgs/okd-project/projects/1).
1313

@@ -18,14 +18,7 @@ The [meeting calendar]( https://calendar.fedoraproject.org/okd/ ) shows regular
1818
Getting Started
1919
---------------
2020

21-
To obtain the openshift installer and client, visit [/releases](https://github.com/openshift/okd/releases) for stable versions or [https://amd64.origin.releases.ci.openshift.org/](https://amd64.origin.releases.ci.openshift.org/) for nightlies. Use [this public key](https://www.okd.io/vrutkovs.pub) to verify tools signature. Please note that each nightly release is pruned after 72 hours. If the nightly that you installed was pruned, the cluster may be unable to pull necessary images and may show errors for various functionality (including updates).
22-
Alternatively, if you have the openshift client `oc` already installed, you can use it to download and extract the openshift installer and client from our container image:
23-
24-
```
25-
$ oc adm release extract --tools quay.io/openshift/okd:4.5.0-0.okd-2020-07-14-153706-ga
26-
```
27-
28-
**NOTE**: You need a 4.x version of `oc` to extract the installer and the latest client. You can initially use the [official Openshift client (mirror)](https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/)
21+
To obtain the openshift installer and client, visit [/releases](https://github.com/openshift/okd/releases) for stable versions. For information on testing pre-release builds, please see the [community testing page](https://github.com/okd-project/okd/blob/master/COMMUNITY-TESTING.md)
2922

3023
Extract the downloaded tarballs and copy the binaries into your PATH. Then run the following from an empty directory:
3124

0 commit comments

Comments
 (0)