Replies: 1 comment 2 replies
-
Gateway API installation for different controllers
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As more project implement Gateway API, there are some cross-project concerns about how to configure and manage the common API layer.
Basically every implementation will need to
A number of implementations use Helm charts as their canonical installation method, but also have had bad experiences trying to manage CRDs in Helm. The Helm project disclaims upgrading CRDs in charts, though it does provide some general CRD guidance.
WG consensus is that
kubectl install
is currently the best way to provide the CRDs, but there is no obvious YAML to get the varidation webhook.What we would like is
Lets use this discussion to collect experiences and opinions, then we can filter out some issues to work on.
Ref:
make uninstall
andhack/delete-crds.sh
is outdated #930Beta Was this translation helpful? Give feedback.
All reactions