Skip to content

Commit d3ef043

Browse files
adding to cli args
1 parent edc3252 commit d3ef043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/developer/cli-arguments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ Flags:
4545
--auto-gomemlimit Automatically set GOMEMLIMIT to match container or system memory limit. (experimental)
4646
--auto-gomemlimit-ratio float The ratio of reserved GOMEMLIMIT memory to the detected maximum container or system memory. (experimental) (default 0.9)
4747
--config string Path to the kube-state-metrics options config file
48+
--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 ex - 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
4849
--custom-resource-state-config string Inline Custom Resource State Metrics config YAML (experimental)
4950
--custom-resource-state-config-file string Path to a Custom Resource State Metrics config file (experimental)
51+
--continue-without-cr-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 ex - 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
5052
--custom-resource-state-only Only provide Custom Resource State metrics (experimental)
5153
--enable-gzip-encoding Gzip responses when requested by clients via 'Accept-Encoding: gzip' header.
5254
-h, --help Print Help text

0 commit comments

Comments
 (0)