Warning
You are currently viewing v"2.12" of the documentation and it is not the latest. For the most recent documentation, kindly click here.
By default, the admission webhooks are registered with failurePolicy: Ignore
, this won’t block the resources creation/update when the admission controller is not available. To ensure that the validation is always required and perform validation, setting failurePolicy
to Fail
is required.