We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741d9b3 commit 85a45e7Copy full SHA for 85a45e7
docs/installation.md
@@ -20,7 +20,7 @@ This guide walks you through how to install NGINX Kubernetes Gateway on a generi
20
1. Install the Gateway API resources from the standard channel (the CRDs and the validating webhook):
21
22
```
23
- kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.6.2/standard-install.yaml
+ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.7.0/standard-install.yaml
24
25
26
1. Create the nginx-gateway Namespace:
0 commit comments