Skip to content

Commit

Permalink
Merge pull request #2354 from replicatedhq/joshd/sc-104074/update-clo…
Browse files Browse the repository at this point in the history
…ud-based-and-firecracker-distributions-gke

Remove GKE 1.26
  • Loading branch information
jdewinne committed May 16, 2024
2 parents d2c4d9a + 317de57 commit cbfeb4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/vendor/testing-supported-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ The compatibility matrix supports creating [RKE2](https://docs.rke2.io/) cluster
The compatibility matrix supports creating [Red Hat OpenShift OKD](https://www.okd.io/) clusters, which is the community distribution of OpenShift, using CodeReady Containers (CRC).

OpenShift clusters are provisioned with two users:
* (Default) A `kubeadmin` user with `cluster-admin` priviledges. Use the `kubeadmin` user only for administrative tasks such as creating new users or setting roles.
* A `developer` user with namespace-scoped priviledges. The `developer` user can be used to better simulate access in end-customer environments.

- (Default) A `kubeadmin` user with `cluster-admin` priviledges. Use the `kubeadmin` user only for administrative tasks such as creating new users or setting roles.
- A `developer` user with namespace-scoped priviledges. The `developer` user can be used to better simulate access in end-customer environments.

By default, kubeconfig context is set to the `kubeadmin` user. To switch to the `developer` user, run the command `oc login --username developer`.

Expand Down Expand Up @@ -329,7 +330,7 @@ The compatibility matrix supports creating [Google GKE](https://cloud.google.com
</tr>
<tr>
<th>Supported Kubernetes Versions</th>
<td>1.26, 1.27, 1.28, 1.29</td>
<td>1.27, 1.28, 1.29</td>
</tr>
<tr>
<th>Supported Instance Types</th>
Expand Down

0 comments on commit cbfeb4c

Please sign in to comment.