We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52d09e commit 364ee39Copy full SHA for 364ee39
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