Skip to content

Commit

Permalink
Update GK minimum version and reasoning. (open-policy-agent#1432)
Browse files Browse the repository at this point in the history
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
Signed-off-by: juliankatz <juliankatz@google.com>
  • Loading branch information
2 people authored and julianKatz committed Jul 27, 2021
1 parent 42d5320 commit 8cf587f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions website/docs/install.md
Original file line number Diff line number Diff line change
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 8cf587f

Please sign in to comment.