Skip to content

Commit 2ca0186

Browse files
committed
fix description about MutatingAdmissionWebhook and ValidatingAdmissionWebhook
1 parent 9e05ad8 commit 2ca0186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/admission-controllers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ webhooks are called in serial; each one may modify the object if it desires.
354354
This admission controller (as implied by the name) only runs in the mutating phase.
355355

356356
If a webhook called by this has side effects (for example, decrementing quota) it
357-
*must* have a reconcilation system, as it is not guaranteed that subsequent
357+
*must* have a reconciliation system, as it is not guaranteed that subsequent
358358
webhooks or validating admission controllers will permit the request to finish.
359359

360360
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
578578
mutate the object, as opposed to the webhooks called by the `MutatingAdmissionWebhook` admission controller.
579579

580580
If a webhook called by this has side effects (for example, decrementing quota) it
581-
*must* have a reconcilation system, as it is not guaranteed that subsequent
581+
*must* have a reconciliation system, as it is not guaranteed that subsequent
582582
webhooks or other validating admission controllers will permit the request to finish.
583583

584584
If you disable the ValidatingAdmissionWebhook, you must also disable the

0 commit comments

Comments
 (0)