You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Not sure if this is a bug or a feature request, but the MutatingWebhook failurePolicys are set to Ignore, which means it is easy to not notice if your webhook calls are failing. This was noticed when debugging #1795.
Is this the best configuration? Are there cases where having the Experiment and Pod mutations fail can still lead to viable setups? If there are not, maybe failurePolicy: Fail would be better so configuration errors are easier to find.
Love this feature? Give it a 👍 We prioritize the features with the most 👍
The text was updated successfully, but these errors were encountered:
/kind feature
Describe the solution you'd like
Not sure if this is a bug or a feature request, but the MutatingWebhook
failurePolicy
s are set toIgnore
, which means it is easy to not notice if your webhook calls are failing. This was noticed when debugging #1795.Is this the best configuration? Are there cases where having the Experiment and Pod mutations fail can still lead to viable setups? If there are not, maybe
failurePolicy: Fail
would be better so configuration errors are easier to find.Love this feature? Give it a 👍 We prioritize the features with the most 👍
The text was updated successfully, but these errors were encountered: