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
Some users may want to keep values for resources limits and resources requests to unset in order to benefit for more container density in their kubernetes infrastructure.
This is allowed by kubernetes by not setting any value for resources.requests nor resources.limits
Some users may want to keep values for resources limits and resources requests to unset in order to benefit for more container density in their kubernetes infrastructure.
This is allowed by kubernetes by not setting any value for resources.requests nor resources.limits
https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-besteffort
Currently, the Jenkins operator sets default values for these and operates reconciliation of these values.
It is preferable to keep these values unsynchronized.
The text was updated successfully, but these errors were encountered: