From bc4e158191d9182b2d966cb1c9405481c308f1c5 Mon Sep 17 00:00:00 2001 From: ozRunAI <138565115+ozRunAI@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:04:15 +0200 Subject: [PATCH 1/3] a --- .../runai-setup/cluster-setup/cluster-prerequisites.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md b/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md index 2e5d3f6301..6f312c5ec4 100644 --- a/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md +++ b/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md @@ -82,6 +82,13 @@ For existing Kubernetes clusters, see the following Kubernetes version support m For information on supported versions of managed Kubernetes, it's important to consult the release notes provided by your Kubernetes service provider. There, you can confirm the specific version of the underlying Kubernetes platform supported by the provider, ensuring compatibility with Run:ai. For an up-to-date end-of-life statement see [Kubernetes Release History](https://kubernetes.io/releases/){target=_blank} or [OpenShift Container Platform Life Cycle Policy](https://access.redhat.com/support/policy/updates/openshift){target=_blank} +### Container Runtime +Run:ai supports the following [container runtimes](https://kubernetes.io/docs/setup/production-environment/container-runtimes/){target=_blank}: +* [Containerd](https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd){target=_blank} (default in Kubernetes) +* [CRI-O](https://cri-o.io/){target=_blank} (default in OpenShift) + +Ensure your Kubernetes cluster is configured with one of these runtimes. + ### Kubernetes Pod Security Admission Run:ai v2.15 and above supports `restricted` policy for [Pod Security Admission](https://kubernetes.io/docs/concepts/security/pod-security-admission/){target=_blank} (PSA) on OpenShift only. Other Kubernetes distributions are only supported with `privileged` policy. From 9b50b19577ce4b476112de692bf7d7cf98610f9e Mon Sep 17 00:00:00 2001 From: ozRunAI <138565115+ozRunAI@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:04:41 +0200 Subject: [PATCH 2/3] remove 2.16 --- docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md b/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md index 6f312c5ec4..e0dc7dd965 100644 --- a/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md +++ b/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md @@ -71,15 +71,12 @@ For existing Kubernetes clusters, see the following Kubernetes version support m | Run:ai version | Supported Kubernetes versions | Supported OpenShift versions | | :---- | :---- | :---- | -| v2.16 | 1.26 to 1.28 | 4.11 to 4.14 | | v2.17 | 1.27 to 1.29 | 4.12 to 4.15 | | v2.18 | 1.28 to 1.30 | 4.12 to 4.16 | | v2.19 | 1.28 to 1.31 | 4.12 to 4.17 | | v2.20 | 1.29 to 1.32 | 4.14 to 4.17 | | v2.21 (latest) | 1.29 to 1.32 | 4.14 to 4.17 | - - For information on supported versions of managed Kubernetes, it's important to consult the release notes provided by your Kubernetes service provider. There, you can confirm the specific version of the underlying Kubernetes platform supported by the provider, ensuring compatibility with Run:ai. For an up-to-date end-of-life statement see [Kubernetes Release History](https://kubernetes.io/releases/){target=_blank} or [OpenShift Container Platform Life Cycle Policy](https://access.redhat.com/support/policy/updates/openshift){target=_blank} ### Container Runtime From 992b2903a950b1306d7f430a0c929bc668995b7a Mon Sep 17 00:00:00 2001 From: ozRunAI <138565115+ozRunAI@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:09:04 +0200 Subject: [PATCH 3/3] a --- docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md b/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md index e0dc7dd965..b97862b034 100644 --- a/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md +++ b/docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md @@ -81,6 +81,7 @@ For information on supported versions of managed Kubernetes, it's important to c ### Container Runtime Run:ai supports the following [container runtimes](https://kubernetes.io/docs/setup/production-environment/container-runtimes/){target=_blank}: + * [Containerd](https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd){target=_blank} (default in Kubernetes) * [CRI-O](https://cri-o.io/){target=_blank} (default in OpenShift)