From 22f3df6bfebf1ab2c47027e54587826a2dd4d32a Mon Sep 17 00:00:00 2001 From: schmidt-scaled <82834682+schmidt-scaled@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:36:51 +0300 Subject: [PATCH 1/2] Update software-requirements.md --- .../software-requirements.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/deployments/deployment-preparation/software-requirements.md b/docs/deployments/deployment-preparation/software-requirements.md index d558f7d5..3f7e881f 100644 --- a/docs/deployments/deployment-preparation/software-requirements.md +++ b/docs/deployments/deployment-preparation/software-requirements.md @@ -7,7 +7,7 @@ weight: 29999 ## Operating System Requirements (Control Plane, Storage Plane) **Control plane nodes**, as well as storage nodes in a **plain Linux** deployment, require a Red Hat Linux-based -distribution with minimum version 9. +distribution in version 9. In a hyper-converged deployment a broad range of operating systems are supported. The availability depends on the used Kubernetes distribution. @@ -34,14 +34,14 @@ A full overview of the supported operating systems for initiators can be found a For Kubernetes-based deployments, the following Kubernetes environments and distributions are supported: -| Distribution | Versions | -|----------------------|------------------| -| Amazon EKS | 1.28 and higher | -| Google GKE | 1.28 and higher | -| K3s | 1.29 and higher | -| Kubernetes (vanilla) | 1.28 and higher | -| Talos | 1.6.7 and higher | -| OpenShift | 4.19 and higher | +| Distribution | Versions | +|----------------------|-----------------------------------------| +| Amazon EKS | 1.28 and higher | +| Google GKE | 1.28 and higher - non production only! | +| K3s | 1.29 and higher | +| Kubernetes (vanilla) | 1.28 and higher | +| Talos | 1.6.7 and higher | +| OpenShift | 4.19 and higher | Additionally, there are verified and supported operating systems for the Kubernetes worker nodes. A full reference is available at the [Supported Linux Distributions](../../reference/supported-linux-distributions.md#kubernetes-hyper-converged-control-plane-and-storage-plane) From c529b1c7d558dcb0a2cd5e3e26018c003bd10fb5 Mon Sep 17 00:00:00 2001 From: noctarius aka Christoph Engelbert Date: Fri, 19 Jun 2026 15:03:48 +0200 Subject: [PATCH 2/2] Update software-requirements.md Adjusted minimum Kubernetes versions. --- .../deployment-preparation/software-requirements.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deployments/deployment-preparation/software-requirements.md b/docs/deployments/deployment-preparation/software-requirements.md index 3f7e881f..a8e95784 100644 --- a/docs/deployments/deployment-preparation/software-requirements.md +++ b/docs/deployments/deployment-preparation/software-requirements.md @@ -36,10 +36,10 @@ For Kubernetes-based deployments, the following Kubernetes environments and dist | Distribution | Versions | |----------------------|-----------------------------------------| -| Amazon EKS | 1.28 and higher | -| Google GKE | 1.28 and higher - non production only! | -| K3s | 1.29 and higher | -| Kubernetes (vanilla) | 1.28 and higher | +| Amazon EKS | 1.30 and higher | +| Google GKE | 1.30 and higher - non production only! | +| K3s | 1.33 and higher | +| Kubernetes (vanilla) | 1.33 and higher | | Talos | 1.6.7 and higher | | OpenShift | 4.19 and higher |