From 1e9bcc49d3cfb9971f546ef1ee199436e85024c1 Mon Sep 17 00:00:00 2001 From: bells17 Date: Thu, 31 Aug 2023 00:22:35 +0900 Subject: [PATCH] Fixed the description for klog arguments --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 52fa2d66..a32a60c9 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,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. -Several klog arguments such as `-v ` and `-logging-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 ` and `-logging-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 ` and `--logging-format `. ## Community, discussion, contribution, and support