Skip to content

Commit 8c962a7

Browse files
committed
Add webhook installation to docs (nginx#505)
Previously, the installation docs didn't install the Gateway API validating webhook. This comment adds it. Fixes nginx#403
1 parent 72680da commit 8c962a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This guide walks you through how to install NGINX Kubernetes Gateway on a generi
1717
cd nginx-kubernetes-gateway
1818
```
1919

20-
1. Install the Gateway CRDs:
20+
1. Install the Gateway API resources from the standard channel (the CRDs and the validating webhook):
2121

2222
```
23-
kubectl apply -k "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.6.2"
23+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.6.2/standard-install.yaml
2424
```
2525

2626
1. Create the nginx-gateway Namespace:

0 commit comments

Comments
 (0)