Skip to content

Commit

Permalink
Merge pull request #1280 from stijndehaes/feature/resizer-handle-volu…
Browse files Browse the repository at this point in the history
…me-inuse-error

Set handle-volume-inuse-error to false
  • Loading branch information
k8s-ci-robot authored Jun 20, 2022
2 parents b05ed2d + ebc07c6 commit 8f907f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ spec:
args:
- --csi-address=$(ADDRESS)
- --v={{ .Values.sidecars.resizer.logLevel }}
- --handle-volume-inuse-error=false
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ spec:
args:
- --csi-address=$(ADDRESS)
- --v=2
- --handle-volume-inuse-error=false
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down

0 comments on commit 8f907f7

Please sign in to comment.