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)