You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect?
In the statefulset configuration, we can set CPU & RAM requests and limits per container which are then merged into the created pods.
I was expecting in the case of using Guaranteed QoS (requests = limits) :
to be able to set specific (lower resources) for arbiters which are supposed to be very lightweight
I looked in the source but can't find wether it is supported or not.
Could you please help me ?
What happened instead?
Same limits / requests are applied to all pods no matter if they are arbiters or replica / secondary nodes.
Hi @radsto - this is a known issue #962 - currently we don't have any plans to address this. However we welcome contribution from community to add this feature.
What did you expect?
In the statefulset configuration, we can set CPU & RAM requests and limits per container which are then merged into the created pods.
I was expecting in the case of using Guaranteed QoS (requests = limits) :
I looked in the source but can't find wether it is supported or not.
Could you please help me ?
What happened instead?
Same limits / requests are applied to all pods no matter if they are arbiters or replica / secondary nodes.
Screenshots
Real usage :
Pod Specs :
The text was updated successfully, but these errors were encountered: