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
kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
@@ -45,8 +46,10 @@ Flags:
45
46
--auto-gomemlimit Automatically set GOMEMLIMIT to match container or system memory limit. (experimental)
46
47
--auto-gomemlimit-ratio float The ratio of reserved GOMEMLIMIT memory to the detected maximum container or system memory. (experimental) (default 0.9)
47
48
--config string Path to the kube-state-metrics options config file
49
+
--continue-without-config If true, kube-state-metrics continues to run even if the config file specified by --config is not present. This is useful for scenarios where config file is not provided at startup but is provided later, for e.g., via configmap. Kube-state-metrics will not exit with an error if the config file is not found, instead watches and reloads when it is created.
48
50
--custom-resource-state-config string Inline Custom Resource State Metrics config YAML (experimental)
49
51
--custom-resource-state-config-file string Path to a Custom Resource State Metrics config file (experimental)
52
+
--continue-without-custom-resource-state-config-file If true, Kube-state-metrics continues to run even if the config file specified by --custom-resource-state-config-file is not present. This is useful for scenarios where config file is not provided at startup but is provided later, for e.g., via configmap. Kube-state-metrics will not exit with an error if the custom-resource-state-config file is not found, instead watches and reloads when it is created.
50
53
--custom-resource-state-only Only provide Custom Resource State metrics (experimental)
51
54
--enable-gzip-encoding Gzip responses when requested by clients via 'Accept-Encoding: gzip' header.
52
55
-h, --help Print Help text
@@ -90,5 +93,6 @@ Flags:
90
93
91
94
Use "kube-state-metrics [command] --help" for more information about a command.
0 commit comments