Description
No response
Use Scenes
Currently, the Gateway API is installed separately, via a command:
|
$(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
Description
No response
Use Scenes
Currently, the Gateway API is installed separately, via a command:
htnn/e2e/Makefile
Line 42 in 877d43e
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