Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This guide walks you through how to install NGINX Kubernetes Gateway on a generi
cd nginx-kubernetes-gateway
```

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

```
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
```

1. Create the nginx-gateway Namespace:
Expand Down