adaptdl icon indicating copy to clipboard operation
adaptdl copied to clipboard

Scheduler should respect namespace resource quotas

Open aurickq opened this issue 4 years ago • 0 comments

The AdaptDL scheduler currently assumes no resource quotas are set on namespaces running AdaptDLJobs, and has undefined behavior if this assumption is not satisfied. Given resource quotas are a common utility provided by Kubernetes, AdaptDL should respect them, and not schedule more pods in a namespace than can fit in the quota (if set).

aurickq avatar Sep 09 '20 04:09 aurickq