From 5bcbaf4a08b2c19467751f9e956d02d4c36d5b2e Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Wed, 15 May 2024 12:57:42 -0700 Subject: [PATCH 1/2] Updating kind versions --- docs/vendor/testing-supported-clusters.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/vendor/testing-supported-clusters.md b/docs/vendor/testing-supported-clusters.md index 3e0b58059..cf70b07e4 100644 --- a/docs/vendor/testing-supported-clusters.md +++ b/docs/vendor/testing-supported-clusters.md @@ -1,4 +1,4 @@ -import Pool from "../partials/cmx/_openshift-pool.mdx" +import Pool from "../partials/cmx/\_openshift-pool.mdx" # Supported Compatibility Matrix Cluster Types @@ -21,7 +21,7 @@ The compatibility matrix supports creating [kind](https://kind.sigs.k8s.io/) clu Supported Kubernetes Versions - 1.23.17, 1.24.17, 1.25.16, 1.26.14, 1.27.11, 1.28.7, 1.29.2 + 1.25.16, 1.26.15, 1.27.13, 1.28.9, 1.29.4, 1.30.0 Supported Instance Types @@ -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`. From 9881e3d10353411dc691057d129a4d330398f2df Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Wed, 15 May 2024 16:39:58 -0700 Subject: [PATCH 2/2] remove escaping from formating --- docs/vendor/testing-supported-clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vendor/testing-supported-clusters.md b/docs/vendor/testing-supported-clusters.md index cf70b07e4..f0aa41144 100644 --- a/docs/vendor/testing-supported-clusters.md +++ b/docs/vendor/testing-supported-clusters.md @@ -1,4 +1,4 @@ -import Pool from "../partials/cmx/\_openshift-pool.mdx" +import Pool from "../partials/cmx/_openshift-pool.mdx" # Supported Compatibility Matrix Cluster Types