Skip to content

Commit

Permalink
Reduce the verbosity of csi-driver-node logs (#347)
Browse files Browse the repository at this point in the history
* Update kubernetes-csi/livenessprobe

from v2.2.0 to v2.3.0

Signed-off-by: ialidzhikov <[email protected]>

* Reduce the log level of csi-driver-node

Signed-off-by: ialidzhikov <[email protected]>
  • Loading branch information
ialidzhikov authored May 31, 2021
1 parent 1c544ec commit 74b9279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ images:
- name: csi-liveness-probe
sourceRepository: github.com/kubernetes-csi/livenessprobe
repository: k8s.gcr.io/sig-storage/livenessprobe
tag: "v2.2.0"
tag: "v2.3.0"
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- --volume-attach-limit={{ .Values.driver.volumeAttachLimit }}
{{- end }}
- --logtostderr
- --v=5
- --v=3
env:
- name: CSI_ENDPOINT
value: unix:{{ .Values.socketPath }}
Expand Down

0 comments on commit 74b9279

Please sign in to comment.