ValidatingWebhookConfiguration for EnvoyProxy? #4841
Skaronator
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
#2717 should hopefully address this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just a discussion because I'm not sure if this already somewhat exist and it's just a bug or just a missing feature.
Currently its possible to successfully deploy a EnvoyProxy config change without getting feedback that this config is broken and results in a non-working deployment.
For example when I deploy this EnvoyProxy config the kubectl apply command runs successfully:
But looking in the logs of
envoy-gateway
I can see the following error:Importent infos from the log above:
I'd like to have this feedback while applying the CR change so that the broken config won't get applied and I actually get feedback of the deployment instead of looking in the logs later.
Beta Was this translation helpful? Give feedback.
All reactions