From a88df07cc255454544139de72757fce8200ad5e5 Mon Sep 17 00:00:00 2001 From: Will Beason Date: Tue, 13 Jul 2021 13:21:17 -0500 Subject: [PATCH] Update GK minimum version and reasoning. (#1432) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com> --- website/docs/install.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/website/docs/install.md b/website/docs/install.md index f7dea7932a0..a0494c4880c 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -7,13 +7,8 @@ title: Installation ### Minimum Kubernetes Version -**To use Gatekeeper, you should have a minimum Kubernetes version of 1.14, which adds -webhook timeouts.** - -You can install Gatekeeper in earlier versions of Kubernetes either by -removing incompatible fields from the manifest or by setting `--validate=false` -when applying the manifest. Be warned that, without timeouts on the webhook, your -API Server could timeout when Gatekeeper is down. Kubernetes 1.14 fixes this issue. +**To use Gatekeeper, you should have a minimum Kubernetes version of 1.16, which adds +v1 CRDs.** ### RBAC Permissions