Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: increase azuredisk memory limit on node #2705

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ linux:
memory: 20Mi
azuredisk:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down Expand Up @@ -272,7 +272,7 @@ windows:
memory: 40Mi
azuredisk:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
fieldPath: spec.nodeName
resources:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
name: sys-class
resources:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down
Loading