Skip to content

Commit e4dcca1

Browse files
authored
docs: Add NGF installation steps to README (#11)
1 parent 2f9afd1 commit e4dcca1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: nginx-gateway-fabric/appworld/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# NGINX Gateway Fabric Demo
22

33
This demo contains the files used in the NGINX Gateway Fabric AppWorld demo.
4+
5+
To install the Gateway API CRDs:
6+
7+
```shell
8+
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.6.1" | kubectl apply -f -
9+
```
10+
11+
To install NGINX Gateway Fabric:
12+
13+
```shell
14+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
15+
```

0 commit comments

Comments
 (0)