Skip to content

Commit 93a82c1

Browse files
committed
fix: increase sidecar container cpu limit
1 parent 435897f commit 93a82c1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
4 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
- "-v=2"
5656
- "--csi-address=$(ADDRESS)"
5757
- "--leader-election"
58-
- "--timeout=60s"
58+
- "--timeout=120s"
5959
- "--extra-create-metadata=true"
6060
env:
6161
- name: ADDRESS

charts/latest/blob-csi-driver/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ controller:
4949
resources:
5050
csiProvisioner:
5151
limits:
52-
cpu: 100m
52+
cpu: 200m
5353
memory: 300Mi
5454
requests:
5555
cpu: 10m
@@ -70,7 +70,7 @@ controller:
7070
memory: 20Mi
7171
csiResizer:
7272
limits:
73-
cpu: 100m
73+
cpu: 200m
7474
memory: 300Mi
7575
requests:
7676
cpu: 10m
@@ -111,7 +111,7 @@ node:
111111
memory: 20Mi
112112
nodeDriverRegistrar:
113113
limits:
114-
cpu: 100m
114+
cpu: 200m
115115
memory: 100Mi
116116
requests:
117117
cpu: 10m

deploy/csi-blob-controller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- "-v=2"
3434
- "--csi-address=$(ADDRESS)"
3535
- "--leader-election"
36-
- "--timeout=60s"
36+
- "--timeout=120s"
3737
- "--extra-create-metadata=true"
3838
env:
3939
- name: ADDRESS
@@ -43,7 +43,7 @@ spec:
4343
name: socket-dir
4444
resources:
4545
limits:
46-
cpu: 100m
46+
cpu: 200m
4747
memory: 300Mi
4848
requests:
4949
cpu: 10m
@@ -123,7 +123,7 @@ spec:
123123
mountPath: /csi
124124
resources:
125125
limits:
126-
cpu: 100m
126+
cpu: 200m
127127
memory: 300Mi
128128
requests:
129129
cpu: 10m

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
mountPath: /registration
8383
resources:
8484
limits:
85-
cpu: 100m
85+
cpu: 200m
8686
memory: 100Mi
8787
requests:
8888
cpu: 10m

0 commit comments

Comments
 (0)