Skip to content

Commit

Permalink
Set handle-volume-inuse-error to false
Browse files Browse the repository at this point in the history
If online resizing is supported this should
be set to false. Otherwise, the resizer
will watch pods and use a lot more memory.
  • Loading branch information
stijndehaes committed Jun 20, 2022
1 parent b05ed2d commit 698d6fb
Showing 1 changed file with 1 addition 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

0 comments on commit 698d6fb

Please sign in to comment.