From a5c07899526a29d6f4d30645e6ae3bb4d4f164e8 Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Tue, 1 Nov 2022 11:43:28 -0400 Subject: [PATCH 1/2] update k8s support --- .../3.4/content/userguide/prerequisites/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/3.4/content/userguide/prerequisites/introduction.md b/documentation/3.4/content/userguide/prerequisites/introduction.md index 961cd4b3ced..367fd8bc5a8 100644 --- a/documentation/3.4/content/userguide/prerequisites/introduction.md +++ b/documentation/3.4/content/userguide/prerequisites/introduction.md @@ -7,7 +7,7 @@ weight: 2 For the current production release {{< latestVersion >}}: -* Kubernetes 1.19.15+, 1.20.11+, 1.21.5+, 1.22.5+, and 1.23.4+ (check with `kubectl version`). +* Kubernetes 1.19.15+, 1.20.11+, 1.21.5+, 1.22.5+, 1.23.4+, and 1.24.0 (check with `kubectl version`). * Flannel networking v0.13.0-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later, *or* OpenShift SDN on OpenShift 4.3 systems. * Docker 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`). From 686cdd25fcb9b5658a67fa5bad7e05e30e4969fa Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Tue, 1 Nov 2022 12:00:52 -0400 Subject: [PATCH 2/2] fix version --- .../3.4/content/userguide/prerequisites/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/3.4/content/userguide/prerequisites/introduction.md b/documentation/3.4/content/userguide/prerequisites/introduction.md index 367fd8bc5a8..9fb5c850def 100644 --- a/documentation/3.4/content/userguide/prerequisites/introduction.md +++ b/documentation/3.4/content/userguide/prerequisites/introduction.md @@ -7,7 +7,7 @@ weight: 2 For the current production release {{< latestVersion >}}: -* Kubernetes 1.19.15+, 1.20.11+, 1.21.5+, 1.22.5+, 1.23.4+, and 1.24.0 (check with `kubectl version`). +* Kubernetes 1.19.15+, 1.20.11+, 1.21.5+, 1.22.5+, 1.23.4+, and 1.24.0+ (check with `kubectl version`). * Flannel networking v0.13.0-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later, *or* OpenShift SDN on OpenShift 4.3 systems. * Docker 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`).