Skip to content

Commit

Permalink
fix(csi-resizer): lower memory usage on large clusters
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Dec 2, 2024
1 parent 50302f1 commit dcd458b
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 dcd458b

Please sign in to comment.