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 do resource deduction on a cluster as soon as it knows that a new POD will be scheduled onto that cluster #252

Open
cathyhongzhang opened this issue Mar 31, 2021 · 0 comments · Fixed by #282
Assignees

Comments

@cathyhongzhang
Copy link

What would you like to be added:
The scheduler should update its local cache to deduct the POD resource from the selected cluster/site's total available resource capacity after scheduling decison is made for the POD.

Why is this needed:
There is a time gap between the time that the cluster's resource changes due to POD creation/deletion and the time that the scheduler gets an update about the cluster's total available resource capacity. To reduce chance of scheduling conflict and rescheduling, the scheduler can do resource deduction in time when it knows a new POD will be placed onto a cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants