Skip to content

Commit 41689e6

Browse files
committed
improve instructions for install
1 parent ae3e590 commit 41689e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

content/ngf/upgrading-ngf.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ helm uninstall ngf -n nginx-gateway
2929
Afterwards, remove CRDs associated with NGINX Gateway Fabric version 1.x with the following command:
3030

3131
```shell
32-
kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/crds.yaml
32+
kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.6.2/deploy/crds.yaml
3333
```
3434

3535
{{<tabs name="install-ngf-2.x">}}
@@ -38,13 +38,7 @@ kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v
3838

3939
Follow these steps to install NGINX Gateway Fabric v2.x using Helm:
4040

41-
Apply the new CRDs with the following command:
42-
43-
```shell
44-
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/crds.yaml
45-
```
46-
47-
Next, install the latest stable release of NGINX Gateway Fabric in the `nginx-gateway` namespace with the following command:
41+
Next, install the latest stable release of NGINX Gateway Fabric in the `nginx-gateway` namespace. The following `helm install` command will install the NGINX Gateway Fabric release along with the necessary CRDs required for the deployment:
4842

4943
```shell
5044
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway

0 commit comments

Comments
 (0)