Skip to content

Commit

Permalink
fix: increase azurefile container memory limit on Windows node
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 8, 2024
1 parent 3d5f0bf commit 2e9da25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The following table lists the configurable parameters of the latest Azure File C
| `windows.resources.nodeDriverRegistrar.limits.memory` | csi-node-driver-registrar memory limits | 150Mi |
| `windows.resources.nodeDriverRegistrar.requests.cpu` | csi-node-driver-registrar cpu requests | 10m |
| `windows.resources.nodeDriverRegistrar.requests.memory` | csi-node-driver-registrar memory requests | 40Mi |
| `windows.resources.azurefile.limits.memory` | azurefile memory limits | 200Mi |
| `windows.resources.azurefile.limits.memory` | azurefile memory limits | 600Mi |
| `windows.resources.azurefile.requests.cpu` | azurefile cpu requests | 10m |
| `windows.resources.azurefile.requests.memory` | azurefile memory requests | 40Mi |
| `workloadIdentity.clientID` | client ID of workload identity | ''
Expand Down
Binary file modified charts/latest/azurefile-csi-driver-v1.30.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/latest/azurefile-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ windows:
memory: 40Mi
azurefile:
limits:
memory: 200Mi
memory: 600Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
fieldPath: spec.nodeName
resources:
limits:
memory: 200Mi
memory: 600Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down

0 comments on commit 2e9da25

Please sign in to comment.