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: docs/developer/cli-arguments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,6 @@ Flags:
48
48
--custom-resource-state-config-file string Path to a Custom Resource State Metrics config file (experimental)
49
49
--custom-resource-state-only Only provide Custom Resource State metrics (experimental)
50
50
--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.
52
51
-h, --help Print Help text
53
52
--host string Host to expose metrics on. (default "::")
54
53
--kubeconfig string Absolute path to the kubeconfig file
@@ -82,6 +81,7 @@ Flags:
82
81
--telemetry-port int Port to expose kube-state-metrics self metrics on. (default 8081)
83
82
--tls-config string Path to the TLS configuration file
84
83
--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.
85
85
--use-apiserver-cache Sets resourceVersion=0 for ListWatch requests, using cached resources from the apiserver instead of an etcd quorum read.
86
86
-v, --v Level number for the log level verbosity
87
87
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
0 commit comments