-
Notifications
You must be signed in to change notification settings - Fork 262
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
Support assign more resources to Partial Admitted job when there are some idle resources #1243
Comments
If needed, I can work on this issue. 👋 👋 👋 |
There main issue , in my opinion , is that the changes in pod counts to the actual job is done in Also just changing the counts in the Quota Reservation, without Eviction, can have implications to Admission Checks also. |
I'm supportive, but please prepare a KEP. Note some work in this direction #1038 The tricky part is preventing this race condition:
|
cc @andrewsykim, as this relates to #77 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle stale |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen I guess that this depends on #77. |
It matches my understanding. |
What would you like to be added:
If there is no pending workloads in ClusterQueue, a partial admitted workload can get more resource by a reclaiming schedule.
Why is this needed:
For example, two workloads are running in cluster. Both of them have 2 pods and each pod uses 1 GPU. When one of the workload completed, the other workload should have 4 GPUs to use.
Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: