Skip to content

Commit

Permalink
chore(bors): merge pull request #574
Browse files Browse the repository at this point in the history
574: fix(csi-resizer): lower memory usage on large clusters r=tiagolobocastro a=tiagolobocastro

If CSI driver being used supports online expansion, it might be desirable to set handle-volume-inuse-error to false - to save costs associated with watching all pods in the cluster.

<!

Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Dec 3, 2024
2 parents ed25e5a + 1c4801c commit 660b714
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ spec:
args:
- "--v=2"
- "--csi-address=$(ADDRESS)"
- "--handle-volume-inuse-error=false"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down

0 comments on commit 660b714

Please sign in to comment.