From ccdd2b16c2ba3a215b8c76bd7a3e47ca3fcf276b Mon Sep 17 00:00:00 2001 From: Izabela Gomes Date: Thu, 21 Jan 2021 12:37:53 -0500 Subject: [PATCH] Update k8s minimum version in the Knative install docs (#3170) --- docs/install/any-kubernetes-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index b8fa3e517..075bd2f29 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -43,7 +43,7 @@ This guide assumes that you want to install an upstream Knative release on a Kubernetes cluster. A growing number of vendors have managed Knative offerings; see the [Knative Offerings](../knative-offerings.md) page for a full list. -Knative {{< version >}} requires a Kubernetes cluster v1.16 or newer, as well as +Knative {{< version >}} requires a Kubernetes cluster v1.17 or newer, as well as a compatible `kubectl`. This guide assumes that you've already created a Kubernetes cluster, and that you are using bash in a Mac or Linux environment; some commands will need to be adjusted for use in a Windows environment.