From 2ca0186d0a1afb97c7ca30995659b826c4e0dc87 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 2 Mar 2018 10:46:33 +0800 Subject: [PATCH] fix description about MutatingAdmissionWebhook and ValidatingAdmissionWebhook --- docs/admin/admission-controllers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 7d61cf1015379..7fa574723362b 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -354,7 +354,7 @@ webhooks are called in serial; each one may modify the object if it desires. This admission controller (as implied by the name) only runs in the mutating phase. If a webhook called by this has side effects (for example, decrementing quota) it -*must* have a reconcilation system, as it is not guaranteed that subsequent +*must* have a reconciliation system, as it is not guaranteed that subsequent webhooks or validating admission controllers will permit the request to finish. If you disable the MutatingAdmissionWebhook, you must also disable the @@ -578,7 +578,7 @@ fails. This admission controller only runs in the validation phase; the webhooks mutate the object, as opposed to the webhooks called by the `MutatingAdmissionWebhook` admission controller. If a webhook called by this has side effects (for example, decrementing quota) it -*must* have a reconcilation system, as it is not guaranteed that subsequent +*must* have a reconciliation system, as it is not guaranteed that subsequent webhooks or other validating admission controllers will permit the request to finish. If you disable the ValidatingAdmissionWebhook, you must also disable the