From 7be2a0e02e5188349dfc2bf6a58ad9a3c707a511 Mon Sep 17 00:00:00 2001 From: ria bhatia Date: Fri, 10 Apr 2020 15:10:54 -0700 Subject: [PATCH] cluster version req --- docs/book/src/user/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index f58771f8b7fa..689845f2299f 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -21,7 +21,7 @@ Choose one of the options below: 1. **Existing Management Cluster** -For production use-cases a "real" Kubernetes cluster should be used with appropriate backup and DR policies and procedures in place. +For production use-cases a "real" Kubernetes cluster should be used with appropriate backup and DR policies and procedures in place. The Kubernetes cluster must be at least v1.16+. ```bash export KUBECONFIG=<...>