Skip to content

Commit 835375e

Browse files
authored
Merge pull request #134 from verult/update-readme-flags
Add http-endpoint flag in README
2 parents c58ad35 + 0432613 commit 835375e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@ spec:
7171

7272
#### Other recognized arguments
7373

74-
* `--health-port <number>`: TCP ports for listening for HTTP requests (default "9808")
74+
* `--health-port <number>`: TCP ports for listening for healthz requests (default "9808")
7575

7676
* `--probe-timeout <duration>`: Maximum duration of single `Probe()` call (default "1s").
7777

7878
* `--metrics-address <port>`: The TCP network address where the prometheus metrics endpoint will listen (example: `:8080`). The default is empty string, which means metrics endpoint is disabled.
7979

8080
* `--metrics-path <path>`: The HTTP path where prometheus metrics will be exposed. Default is `/metrics`."
8181

82+
* `--http-endpoint <endpoint>`: The TCP network address where the HTTP server for diagnostics, including CSI driver health check and metrics. The default is empty string, which means the server is disabled.
83+
8284
* All glog / klog arguments are supported, such as `-v <log level>` or `-alsologtostderr`.
8385

8486
## Community, discussion, contribution, and support

0 commit comments

Comments
 (0)