From 686cabe9194b47811a77e2cdd4db6d22213500f7 Mon Sep 17 00:00:00 2001 From: Charly Molter Date: Mon, 23 Oct 2023 10:36:31 +0200 Subject: [PATCH] fix(k8s): update max k8s version Signed-off-by: Charly Molter --- app/_src/introduction/kuma-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/introduction/kuma-requirements.md b/app/_src/introduction/kuma-requirements.md index 3a456b260..5fd051580 100644 --- a/app/_src/introduction/kuma-requirements.md +++ b/app/_src/introduction/kuma-requirements.md @@ -10,7 +10,7 @@ This page exposes the different requirements to run {{site.mesh_product_name}}. ## Kubernetes -{{site.mesh_product_name}} is validated against Kubernetes `1.26.x`, `1.20.x`. For the specific Kubernetes version refer to the {{site.mesh_product_name}} CircleCI [configuration file](https://github.com/kumahq/kuma/blob/master/.circleci/config.yml). +{{site.mesh_product_name}} is validated against Kubernetes `1.27.x`, `1.20.x`. For the specific Kubernetes version refer to the {{site.mesh_product_name}} CircleCI [configuration file](https://github.com/kumahq/kuma/blob/master/.circleci/config.yml). ## Envoy