From 291a58351570d5d727ce037ea352a234508ff787 Mon Sep 17 00:00:00 2001 From: Qiming Date: Tue, 8 Aug 2017 06:50:40 +0800 Subject: [PATCH] Fix typo in extensible-admission-controllers doc (#4405) --- docs/admin/extensible-admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/extensible-admission-controllers.md b/docs/admin/extensible-admission-controllers.md index fb4ca7bfa9..1828ba507c 100644 --- a/docs/admin/extensible-admission-controllers.md +++ b/docs/admin/extensible-admission-controllers.md @@ -283,5 +283,5 @@ and `Fail` policies, meaning that upon a communication error with the webhook admission controller, the `GenericAdmissionWebhook` can admit or reject the operation based on the configured policy. -After you create the `initializerConfiguration`, the system will take a few +After you create the `externalAdmissionHookConfiguration`, the system will take a few seconds to honor the new configuration.