From d2cd6f76e0ad4411d9de90a22963d7b35684257f Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Thu, 23 Mar 2023 14:37:26 -0700 Subject: [PATCH] Add webhook installation to docs Previously, the installation docs didn't install the Gateway API validating webhook. This comment adds it. Fixes https://github.com/nginxinc/nginx-kubernetes-gateway/issues/403 --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 888ceb949d..104f055d2e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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: