-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Description
No response
Use Scenes
Currently, the Gateway API is installed separately, via a command:
Line 42 in 877d43e
| $(KUBECTL) kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v1.0.0" | $(KUBECTL) apply -f - |
If the upstream provides a helm chart (see kubernetes-sigs/gateway-api#1590), we can add it as a dependency of our helm chart, so that we can install or uninstall the CRDs automatically.
Advice
No response