From 55e68010339df14c428c4cfe69ef7638b3c0cf2e Mon Sep 17 00:00:00 2001 From: mohamed chiheb ben jemaa Date: Sun, 21 Jul 2019 04:28:52 +0100 Subject: [PATCH] update extensible-admission-controllers to mention that default admission webhooks FailurePolicy in v1 is Fail (#15475) --- .../access-authn-authz/extensible-admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md b/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md index df7e6e1c4c..23fd50340f 100644 --- a/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md @@ -779,7 +779,7 @@ in an object could already exist in the user-provided object, but it is essentia ### Failure policy `failurePolicy` defines how unrecognized errors and timeout errors from the admission webhook -are handled. Allowed values are `Ignore` or `Fail`. Defaults to `Ignore` in v1beta1. +are handled. Allowed values are `Ignore` or `Fail`. Defaults to `Ignore` in v1beta1, and v1 has changed the default to `Fail`. * `Ignore` means that an error calling the webhook is ignored and the API request is allowed to continue. * `Fail` means that an error calling the webhook causes the admission to fail and the API request to be rejected.