Skip to content

Commit

Permalink
Update GK minimum version and reasoning. (#1432)
Browse files Browse the repository at this point in the history
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
  • Loading branch information
Will Beason and sozercan committed Jul 13, 2021
1 parent a6e24e7 commit a88df07
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions website/docs/install.md
Expand Up @@ -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

Expand Down

0 comments on commit a88df07

Please sign in to comment.