hpe-storage / csi-driver

A Container Storage Interface (CSI) driver from HPE
https://scod.hpedev.io
Apache License 2.0
55 stars 53 forks source link

Enable the setting of separate resource requests and limits for NFS resources #366

Open kingnarmer opened 7 months ago

kingnarmer commented 7 months ago

The current configuration sets the NFS resources' requests and limits to the same value using nfsResourceLimitsCpuM/nfsResourceLimitsMemoryMi. Ideally, the setup should allow for different values for requests and limits to prevent the depletion of resources on Kubernetes nodes.

kingnarmer commented 7 months ago

Related issue. https://github.com/hpe-storage/truenas-csp/issues/50

kingnarmer commented 5 months ago

Checking back if this will be addressed in next release? Thanks.