Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler should respect namespace resource quotas #22

Open
aurickq opened this issue Sep 9, 2020 · 0 comments
Open

Scheduler should respect namespace resource quotas #22

aurickq opened this issue Sep 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aurickq
Copy link
Contributor

aurickq commented Sep 9, 2020

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 aurickq added the enhancement New feature or request label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant