From 0432613c2d63c52299e31d373f9522158b2c57cf Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Tue, 2 Nov 2021 16:21:43 -0700 Subject: [PATCH] Add http-endpoint flag in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 409bd604..27d85032 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ spec: #### Other recognized arguments -* `--health-port `: TCP ports for listening for HTTP requests (default "9808") +* `--health-port `: TCP ports for listening for healthz requests (default "9808") * `--probe-timeout `: Maximum duration of single `Probe()` call (default "1s"). @@ -79,6 +79,8 @@ spec: * `--metrics-path `: The HTTP path where prometheus metrics will be exposed. Default is `/metrics`." +* `--http-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 ` or `-alsologtostderr`. ## Community, discussion, contribution, and support