From ea10e691cad9223499de562ad2398bf56542b693 Mon Sep 17 00:00:00 2001 From: Paul Schweigert Date: Thu, 22 Sep 2022 13:17:12 -0400 Subject: [PATCH] bump minimum kubernetes version to 1.23 (#5221) Signed-off-by: Paul S. Schweigert Signed-off-by: Paul S. Schweigert --- docs/snippets/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/prerequisites.md b/docs/snippets/prerequisites.md index 5a8ed9fd3..3c0b964d1 100644 --- a/docs/snippets/prerequisites.md +++ b/docs/snippets/prerequisites.md @@ -12,7 +12,7 @@ Before installing Knative, you must meet the following prerequisites: - If you have only one node in your cluster, you need at least 6 CPUs, 6 GB of memory, and 30 GB of disk storage. - If you have multiple nodes in your cluster, for each node you need at least 2 CPUs, 4 GB of memory, and 20 GB of disk storage. -- You have a cluster that uses Kubernetes v1.22 or newer. +- You have a cluster that uses Kubernetes v1.23 or newer. - You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/). - Your Kubernetes cluster must have access to the internet, because Kubernetes needs to be able to fetch images. To pull from a private registry, see [Deploying images from a private container registry](/docs/serving/deploying-from-private-registry/).