trident icon indicating copy to clipboard operation
trident copied to clipboard

Resource Limits and requests for Trident pods

Open suhasagasthya opened this issue 3 years ago • 2 comments

Describe the solution you'd like As part of Kubernetes best practises, any plans to implement cpu and memory requests and limits to all the trident pods and the trident operator pods? This would be really helpful as part of best practises, can be applied by default via operator, or customised as per the user's requirement to set the requests and limits via the CR.

suhasagasthya avatar Jun 26 '21 14:06 suhasagasthya

We also have use for this. We require all pods to specify resource requests and limits in our production clusters, and would not like to have to make an exception for the csi pods. Thank you!

ggallagher0 avatar Feb 07 '23 21:02 ggallagher0

This should be added. It's common practice to have policies in clusters that require resource limits to be set. GKE/Anthos even validates / reports on workloads running that don't when scheduled on control planes.

CmdrSharp avatar Apr 20 '23 16:04 CmdrSharp