Skip to content

Commit e18b557

Browse files
format
1 parent eda1984 commit e18b557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/cli-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Flags:
4848
--custom-resource-state-config-file string Path to a Custom Resource State Metrics config file (experimental)
4949
--custom-resource-state-only Only provide Custom Resource State metrics (experimental)
5050
--enable-gzip-encoding Gzip responses when requested by clients via 'Accept-Encoding: gzip' header.
51-
--track-unscheduled-pods This configuration is used in conjunction with node configuration. When this configuration is true, node configuration is empty and the metric of unscheduled pods is fetched from the Kubernetes API Server. This is experimental.
5251
-h, --help Print Help text
5352
--host string Host to expose metrics on. (default "::")
5453
--kubeconfig string Absolute path to the kubeconfig file
@@ -82,6 +81,7 @@ Flags:
8281
--telemetry-port int Port to expose kube-state-metrics self metrics on. (default 8081)
8382
--tls-config string Path to the TLS configuration file
8483
--total-shards int The total number of shards. Sharding is disabled when total shards is set to 1. (default 1)
84+
--track-unscheduled-pods This configuration is used in conjunction with node configuration. When this configuration is true, node configuration is empty and the metric of unscheduled pods is fetched from the Kubernetes API Server. This is experimental.
8585
--use-apiserver-cache Sets resourceVersion=0 for ListWatch requests, using cached resources from the apiserver instead of an etcd quorum read.
8686
-v, --v Level number for the log level verbosity
8787
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging

0 commit comments

Comments
 (0)