We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72680da commit 8c962a7Copy full SHA for 8c962a7
docs/installation.md
@@ -17,10 +17,10 @@ This guide walks you through how to install NGINX Kubernetes Gateway on a generi
17
cd nginx-kubernetes-gateway
18
```
19
20
-1. Install the Gateway CRDs:
+1. Install the Gateway API resources from the standard channel (the CRDs and the validating webhook):
21
22
23
- kubectl apply -k "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.6.2"
+ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.6.2/standard-install.yaml
24
25
26
1. Create the nginx-gateway Namespace:
0 commit comments