Skip to content

Commit db54c6d

Browse files
committed
Update nginx-gateway README with CRD install steps
1 parent d18cd97 commit db54c6d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

kubernetes/namespaces/nginx-gateway/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ We use NGINX Gateway Fabric to manage our ingress traffic. This replaced the pre
1313

1414
## Helm Installation of Gateway Fabric control plane
1515

16-
1. Create NGINX CRDs with `kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v2.5.1" | kubectl apply -f -`
17-
2. Run `helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway -f values.yaml` to install NGINX Gateway Fabric using Helm.
18-
3. Wait for the installation to complete with `kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric --for=condition=Available`
16+
1. Create NGINX CRDs with `kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v2.6.2" | kubectl apply -f -`
17+
2. Install NGF-specific CRDs `helm show crds oci://ghcr.io/nginx/charts/nginx-gateway-fabric --version 2.6.2 | kubectl apply --server-side -f -`
18+
3. Install the Helm chart `helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway -f values.yaml`
19+
4. Wait for the installation to complete with `kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric --for=condition=Available`
1920

2021
NOTE: To upgrade/change values, switch from `helm install` to `helm upgrade`.
2122

0 commit comments

Comments
 (0)