We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9afd1 commit e4dcca1Copy full SHA for e4dcca1
nginx-gateway-fabric/appworld/README.md
@@ -1,3 +1,15 @@
1
# NGINX Gateway Fabric Demo
2
3
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
14
+helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
15
0 commit comments