Update k8s minimum version in the Knative install docs (#3170)

This commit is contained in:
Izabela Gomes 2021-01-21 12:37:53 -05:00 committed by GitHub
parent f449dffc0b
commit ccdd2b16c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.