From 8b2c4f9acd7d7d163cd9809b04e17a1bf35e48c9 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 c94ecb9b3e..bf87fbf53c 100644 --- a/docs/cloud-native-security/cspm-faq.asciidoc +++ b/docs/cloud-native-security/cspm-faq.asciidoc @@ -28,9 +28,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 4cbd62e45f..310560ce0e 100644 --- a/docs/cloud-native-security/kspm-faq.asciidoc +++ b/docs/cloud-native-security/kspm-faq.asciidoc @@ -30,9 +30,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.