Skip to content

Commit 49bd044

Browse files
fix order
1 parent f4382ac commit 49bd044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/developer/cli-arguments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ spec:
2424
<!-- markdownlint-disable blanks-around-fences -->
2525
<!-- markdownlint-disable link-image-reference-definitions -->
2626
[embedmd]:# (../../help.txt)
27+
2728
```txt
2829
$ kube-state-metrics -h
2930
kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
@@ -46,9 +47,9 @@ Flags:
4647
--auto-gomemlimit-ratio float The ratio of reserved GOMEMLIMIT memory to the detected maximum container or system memory. (experimental) (default 0.9)
4748
--config string Path to the kube-state-metrics options config file
4849
--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.
50+
--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.
4951
--custom-resource-state-config string Inline Custom Resource State Metrics config YAML (experimental)
5052
--custom-resource-state-config-file string Path to a Custom Resource State Metrics config file (experimental)
51-
--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.
5253
--custom-resource-state-only Only provide Custom Resource State metrics (experimental)
5354
--enable-gzip-encoding Gzip responses when requested by clients via 'Accept-Encoding: gzip' header.
5455
-h, --help Print Help text
@@ -92,5 +93,6 @@ Flags:
9293

9394
Use "kube-state-metrics [command] --help" for more information about a command.
9495
```
96+
9597
<!-- markdownlint-enable link-image-reference-definitions -->
9698
<!-- markdownlint-enable blanks-around-fences -->

0 commit comments

Comments
 (0)