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
Describe the bug
What I see is that when I launch a task that doesn't have requests nor limits, flyteadmin now applies the task_resources defaults to requests and limits to limits... Because of how resource allocation works in K8s, the schedulers waits for a node that has enough resources (factoring in overcommit ratios and all) to accommodate limits . I wonder if the right behavior is to use "defaults" in both requests and limits instead? and we use limits only to enforce the upper limit of user-provided resource requests and limits...
Expected behavior
task limits should also get set to platform defaults.
The text was updated successfully, but these errors were encountered:
Describe the bug
What I see is that when I launch a task that doesn't have requests nor limits, flyteadmin now applies the task_resources defaults to requests and limits to limits... Because of how resource allocation works in K8s, the schedulers waits for a node that has enough resources (factoring in overcommit ratios and all) to accommodate limits . I wonder if the right behavior is to use "defaults" in both requests and limits instead? and we use limits only to enforce the upper limit of user-provided resource requests and limits...
Expected behavior
task limits should also get set to platform defaults.
The text was updated successfully, but these errors were encountered: