Skip to content

Commit

Permalink
update doc to include --http-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jichenjc committed Nov 21, 2023
1 parent aefd014 commit 7f92375
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/cinder-csi-plugin/using-cinder-csi-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ In addition to the standard set of klog flags, `cinder-csi-plugin` accepts the f

This will be added as metadata to every Cinder volume created by this plugin.
</dd>

<dt>--http-endpoint &lt;HTTP server&gt;</dt>
<dd>
This argument is optional.

The identifier of the TCP network address where the HTTP server for diagnostics, including metrics and leader election health check, will listen (example: `:8080`).

The default is empty string, which means the server is disabled.
</dd>

</dl>

## Driver Config
Expand Down

0 comments on commit 7f92375

Please sign in to comment.