Skip to content

Commit

Permalink
Merge pull request #134 from verult/update-readme-flags
Browse files Browse the repository at this point in the history
Add http-endpoint flag in README
  • Loading branch information
k8s-ci-robot authored Nov 2, 2021
2 parents c58ad35 + 0432613 commit 835375e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ spec:

#### Other recognized arguments

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

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

* `--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.

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

* `--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.

* All glog / klog arguments are supported, such as `-v <log level>` or `-alsologtostderr`.

## Community, discussion, contribution, and support
Expand Down

0 comments on commit 835375e

Please sign in to comment.