From 7a6da8658e5dfee7d1fbdbb1c5e5ab43709cb71d Mon Sep 17 00:00:00 2001 From: Aman Raj Date: Wed, 22 Jul 2026 21:07:19 +0530 Subject: [PATCH] docs: clarify the webhook --enable-client-verification flag description The flag description "Enable client cert authenticate of apiserver to webhooks." was ungrammatical. Reword to "Enable client certificate verification for requests from the apiserver to the webhook." Closes #2009 Signed-off-by: Aman Raj --- content/docs/cli/webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/cli/webhook.md b/content/docs/cli/webhook.md index 07ba558e683..05d5b600a5b 100644 --- a/content/docs/cli/webhook.md +++ b/content/docs/cli/webhook.md @@ -22,7 +22,7 @@ Flags: --dynamic-serving-ca-secret-namespace string namespace of the secret used to store the CA that signs serving certificates --dynamic-serving-dns-names strings DNS names that should be present on certificates generated by the dynamic serving CA --dynamic-serving-leaf-duration duration leaf duration of serving certificates (default 168h0m0s) - --enable-client-verification Enable client cert authenticate of apiserver to webhooks. + --enable-client-verification Enable client certificate verification for requests from the apiserver to the webhook. --enable-profiling Enable profiling for webhook. --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are: AllAlpha=true|false (ALPHA - default=false)