Skip to content

Commit

Permalink
fix description about MutatingAdmissionWebhook and ValidatingAdmissio…
Browse files Browse the repository at this point in the history
…nWebhook (#7587)
  • Loading branch information
CaoShuFeng authored and k8s-ci-robot committed Mar 2, 2018
1 parent e6a7e44 commit 08dff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 08dff01

Please sign in to comment.