diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index f921241de..57550a18a 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -41,7 +41,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.17 or newer, as well as +Knative {{< version >}} requires a Kubernetes cluster [v1.18 or newer](https://github.com/knative/community/blob/main/mechanics/RELEASE-VERSIONING-PRINCIPLES.md#knative-version-tables), 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.