You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/cli/webhook.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,21 @@ Usage:
15
15
16
16
Flags:
17
17
--api-server-host string Optional apiserver host address to connect to. If not specified, autoconfiguration will be attempted.
18
+
--client-ca-path string The client cert CA used to verify clients contacting webhooks.
19
+
--client-subject-names strings One or more client certificate subject names (CN or DNS SAN) that the apiserver may present when contacting the webhook. Should be a comma-separated list.
18
20
--config string Path to a file containing a WebhookConfiguration object used to configure the webhook
19
21
--dynamic-serving-ca-secret-name string name of the secret used to store the CA that signs serving certificates
20
22
--dynamic-serving-ca-secret-namespace string namespace of the secret used to store the CA that signs serving certificates
21
23
--dynamic-serving-dns-names strings DNS names that should be present on certificates generated by the dynamic serving CA
22
24
--dynamic-serving-leaf-duration duration leaf duration of serving certificates (default 168h0m0s)
25
+
--enable-client-verification Enable client cert authenticate of apiserver to webhooks.
23
26
--enable-profiling Enable profiling for webhook.
24
27
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
0 commit comments