Skip to content

Commit b4a035c

Browse files
authored
Community testing (#1959)
* initial commit * more updates * added how to submit test results * Change 'nightly' to 'pre-release' * updating install instructions * clarifying we only need SCOS testing
1 parent e03dd17 commit b4a035c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

COMMUNITY-TESTING.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Community Testing
2+
3+
## Releases
4+
5+
There are currently no new releases of OKD while we ramp up our build and testing process for OKD SCOS. You can [read more about this effort on the OKD website](https://www.okd.io/blog/2024/06/01/okd_future_statement/#okd-working-group-statement-june-1-2024)
6+
7+
**We currently only need testing of the OKD SCOS builds.**
8+
9+
## Pre-release Builds
10+
11+
Real world tests of the pre-release builds are a key component to the success of OKD. We encourage testing of all your desired use cases, and also these particular areas of focus:
12+
13+
* Samples Operator
14+
* Any community operators
15+
* Drivers
16+
* Branding (Please keep any eye out for anything with Red Hat/OCP branding)
17+
18+
### Getting Started
19+
20+
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).
21+
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/).
23+
24+
```
25+
oc adm release extract --tools registry.ci.openshift.org/origin/release-scos:4.16.0-0.okd-scos-2024-06-26-093335
26+
```
27+
Extract the downloaded tarballs and copy the binaries into your PATH. Configure your environment for the desired platform. Perform an install appropriate for your needs. You can use the [OKD FCOS docs as a reference](https://docs.okd.io/4.16/welcome/index.html)
28+
29+
For a cloud-based installation using installer provisioned resources, you can run...
30+
31+
```
32+
$ openshift-install create cluster
33+
```
34+
35+
Depending on your configuration, you may be prompted for a pull-secret that will be made available to all of of your machines. For OKD4 you should either paste the pull-secret you use for your registry, or paste `{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}` to bypass the required value check (see [bug #182](https://github.com/openshift/okd/issues/182)).
36+
37+
Once the install completes successfully (usually 30m on AWS) the console URL and an admin username and password will be printed. If your DNS records were correct, you should be able to log in to your new OKD4 cluster!
38+
39+
For cloud-based installations, you can undo the installation and delete any cloud resources created by the installer by running..
40+
41+
```
42+
$ openshift-install destroy cluster
43+
```
44+
45+
### Submitting Testing Results
46+
47+
Please submit bugs and other testing result information to the [Pre-release Testing Discussion Category of the OKD repo](https://github.com/okd-project/okd/discussions/categories/pre-release-testing). Please use the labels "OKD SCOS 4.16" or "OKD SCOS 4.17" to help us categorize discussions further. Many thanks!

0 commit comments

Comments
 (0)