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 c473aba commit d2cd6f7Copy full SHA for d2cd6f7
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