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
All 'core' pods should have CPU & memory requests and limits set.
Benefit
Setting explicit resources makes sure that critical processes / pods don't run out of resources and die, as has happened in cases like #526. This helps prevent major disruptions to the service.
Tasks to complete
Make sure all components from support/ chart have requests and limits set
Make sure all hub components have requests and limits set
Make sure all dask-gateway components have requests and limits set
The text was updated successfully, but these errors were encountered:
Description
All 'core' pods should have CPU & memory requests and limits set.
Benefit
Setting explicit resources makes sure that critical processes / pods don't run out of resources and die, as has happened in cases like #526. This helps prevent major disruptions to the service.
Tasks to complete
The text was updated successfully, but these errors were encountered: