@@ -191,7 +191,12 @@ nodeplugin:
191
191
repository : registry.cern.ch/kubernetes/eosxd-csi
192
192
tag : " " # If no tag specified default to Chart AppVersion.
193
193
pullPolicy : IfNotPresent
194
- resources : {}
194
+ # Resource usage will vary based on your cluster size, EOS usage and number
195
+ # of repositories mounted, as such you should adjust accordingly.
196
+ resources :
197
+ limits :
198
+ cpu : 50m
199
+ memory : 64Mi
195
200
# Extra volume mounts to append to nodeplugin's
196
201
# Pod.spec.containers[name="nodeplugin"].volumeMounts.
197
202
extraVolumeMounts :
@@ -204,7 +209,12 @@ nodeplugin:
204
209
repository : registry.cern.ch/kubernetes/eosxd-csi
205
210
tag : " " # If no tag specified default to Chart AppVersion.
206
211
pullPolicy : IfNotPresent
207
- resources : {}
212
+ # Resource usage will vary based on your cluster size, EOS usage and number
213
+ # of repositories mounted, as such you should adjust accordingly.
214
+ resources :
215
+ limits :
216
+ cpu : 200m
217
+ memory : 1Gi
208
218
# Extra volume mounts to append to nodeplugin's
209
219
# Pod.spec.containers[name="automount"].volumeMounts.
210
220
extraVolumeMounts :
@@ -225,7 +235,12 @@ nodeplugin:
225
235
repository : registry.cern.ch/kubernetes/eosxd-csi
226
236
tag : " " # If no tag specified default to Chart AppVersion.
227
237
pullPolicy : IfNotPresent
228
- resources : {}
238
+ # Resource usage will vary based on your cluster size, EOS usage and number
239
+ # of repositories mounted, as such you should adjust accordingly.
240
+ resources :
241
+ limits :
242
+ cpu : 50m
243
+ memory : 64Mi
229
244
# Extra volume mounts to append to nodeplugin's
230
245
# Pod.spec.containers[name="mountreconciler"].volumeMounts.
231
246
extraVolumeMounts :
@@ -238,7 +253,12 @@ nodeplugin:
238
253
repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
239
254
tag : v2.10.1
240
255
pullPolicy : IfNotPresent
241
- resources : {}
256
+ # Resource usage will vary based on your cluster size, EOS usage and number
257
+ # of repositories mounted, as such you should adjust accordingly.
258
+ resources :
259
+ limits :
260
+ cpu : 50m
261
+ memory : 64Mi
242
262
243
263
# DaemonSet update strategy.
244
264
updateStrategySpec :
@@ -298,7 +318,12 @@ controllerplugin:
298
318
repository : registry.cern.ch/kubernetes/eosxd-csi
299
319
tag : " " # If no tag specified default to Chart AppVersion.
300
320
pullPolicy : IfNotPresent
301
- resources : {}
321
+ # Resource usage will vary based on your cluster size, EOS usage and number
322
+ # of repositories mounted, as such you should adjust accordingly.
323
+ resources :
324
+ limits :
325
+ cpu : 50m
326
+ memory : 64Mi
302
327
extraVolumeMounts :
303
328
- name : eos-csi-dir-etc-krb5-conf
304
329
mountPath : /etc/krb5.conf.d
@@ -309,7 +334,12 @@ controllerplugin:
309
334
repository : registry.k8s.io/sig-storage/csi-provisioner
310
335
tag : v4.0.1
311
336
pullPolicy : IfNotPresent
312
- resources : {}
337
+ # Resource usage will vary based on your cluster size, EOS usage and number
338
+ # of repositories mounted, as such you should adjust accordingly.
339
+ resources :
340
+ limits :
341
+ cpu : 50m
342
+ memory : 64Mi
313
343
314
344
# Deployment update strategy.
315
345
deploymentStrategySpec :
@@ -378,6 +408,7 @@ automountHostPath: /var/eos
378
408
379
409
# Number of seconds to wait for automount daemon to start up before exiting.
380
410
automountDaemonStartupTimeout : 10
411
+
381
412
# Number of seconds of idle time after which an autofs-managed eosxd mount will
382
413
# be unmounted. '0' means never unmount, '-1' leaves automount default option.
383
414
automountDaemonUnmountTimeout : 600
0 commit comments