From c1178cec4e8c9461d24bad5dd0cb2988de94c2fd Mon Sep 17 00:00:00 2001 From: Uri Weisman <68195305+uri-weisman@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:33:41 +0300 Subject: [PATCH] Update supported k8s version for EKS (#4915) * update supported k8s version for eks * applies update in other location --------- Co-authored-by: Benjamin Ironside Goldstein (cherry picked from commit 55e1037e438efe91d09ecbac020a3f28e2c42b4e) --- docs/cloud-native-security/cspm-faq.asciidoc | 4 +--- docs/cloud-native-security/kspm-faq.asciidoc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/cloud-native-security/cspm-faq.asciidoc b/docs/cloud-native-security/cspm-faq.asciidoc index a1eace1077..15f57b6015 100644 --- a/docs/cloud-native-security/cspm-faq.asciidoc +++ b/docs/cloud-native-security/cspm-faq.asciidoc @@ -36,9 +36,7 @@ Frequently asked questions about the Kubernetes Security Posture Management (KSP *What versions of Kubernetes are supported?* -For self-managed/vanilla clusters, Kubernetes version 1.23 is supported. - -For EKS clusters, all Kubernetes versions available at the time of cluster deployment are supported. +For self-managed/vanilla and EKS clusters, Kubernetes version 1.23 is supported. *Do benchmark rules support multiple Kubernetes deployment types?* Yes. There are different sets of benchmark rules for self-managed and third party-managed deployments. Refer to <> for more information about setting up each deployment type. diff --git a/docs/cloud-native-security/kspm-faq.asciidoc b/docs/cloud-native-security/kspm-faq.asciidoc index 5c7c2f203d..91fbd5edf4 100644 --- a/docs/cloud-native-security/kspm-faq.asciidoc +++ b/docs/cloud-native-security/kspm-faq.asciidoc @@ -38,9 +38,7 @@ Frequently asked questions about the Kubernetes Security Posture Management (KSP *What versions of Kubernetes are supported?* -For self-managed/vanilla clusters, Kubernetes version 1.23 is supported. - -For EKS clusters, all Kubernetes versions available at the time of cluster deployment are supported. +For self-managed/vanilla and EKS clusters, Kubernetes version 1.23 is supported. *Do benchmark rules support multiple Kubernetes deployment types?* Yes. There are different sets of benchmark rules for self-managed and third party-managed deployments. Refer to <> for more information about setting up each deployment type.