From ac064a5f9f6640ecd6bec8213947328639ee6180 Mon Sep 17 00:00:00 2001 From: Justin Burke Date: Wed, 6 Dec 2017 14:25:17 -0800 Subject: [PATCH] Clarify language around uninitialized state --- 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 dd1455ddad..78ab5fe398 100644 --- a/docs/admin/extensible-admission-controllers.md +++ b/docs/admin/extensible-admission-controllers.md @@ -131,7 +131,7 @@ seconds to honor the new configuration. Then, `"podimage.example.com"` will be appended to the `metadata.initializers.pending` field of newly created pods. You should already have a ready "podimage" initializer controller that handles pods whose `metadata.initializers.pending[0].name="podimage.example.com"`. Otherwise -the pods will stuck uninitialized. +the pods will be stuck in an uninitialized state. Make sure that all expansions of the `` tuple in a `rule` are valid. If they are not, separate them in different `rules`.