From a0cbfcfbca9430be94f24f1864e3f627e86e2c50 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Fri, 21 Jul 2023 22:16:36 -0400 Subject: [PATCH] regenerate docs for cli --- docs/cli/descheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/descheduler.md b/docs/cli/descheduler.md index 84f59c7cf..7472cdbda 100644 --- a/docs/cli/descheduler.md +++ b/docs/cli/descheduler.md @@ -13,7 +13,7 @@ descheduler [flags] ### Options ``` - --bind-address ip The IP address on which to listen for the --secure-port port. The associated interface(s) must be reachable by the rest of the cluster, and by CLI/web clients. If blank or an unspecified address (0.0.0.0 or ::), all interfaces will be used. (default 0.0.0.0) + --bind-address ip The IP address on which to listen for the --secure-port port. The associated interface(s) must be reachable by the rest of the cluster, and by CLI/web clients. If blank or an unspecified address (0.0.0.0 or ::), all interfaces and IP address families will be used. (default 0.0.0.0) --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "apiserver.local.config/certificates") --client-connection-burst int32 Burst to use for interacting with kubernetes apiserver. --client-connection-kubeconfig string File path to kube configuration for interacting with kubernetes apiserver.