Skip to content

Commit

Permalink
Fixed the description for klog arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
bells17 committed Aug 30, 2023
1 parent 5aed5c8 commit 1e9bcc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ spec:
* `--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.
Several klog arguments such as `-v <log level>` and `-logging-format <log format>` are supported.

* [Arguments set by the `k8s.io/component-base/logs` package for klog](https://github.com/kubernetes/component-base/blob/v0.28.0-rc.0/logs/api/v1/options.go#L337-L355) are supported, such as `-v <log level>` and `-logging-format <log format>`.
* [Arguments set by the `k8s.io/component-base/logs` package for klog](https://github.com/kubernetes/component-base/blob/v0.28.0-rc.0/logs/api/v1/options.go#L337-L355) are supported, such as `--v <log level>` and `--logging-format <log format>`.

## Community, discussion, contribution, and support

Expand Down

0 comments on commit 1e9bcc4

Please sign in to comment.