-
Notifications
You must be signed in to change notification settings - Fork 953
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
Add allocated field in queue status to indicate allocated resources of queue.
#2571
Comments
|
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
|
The PR corresponding to the current issue has been incorporated into the main line. I understand that this issue can be closed, right? @jiangkaihua |
|
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
|
/close |
|
@Monokaix: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
queue.statuscalledallocated, which indicated already allocated resources in a queue, like:Why is this needed:
In our scenario, volcano queue was involved in to split manage cluster resources. We configure
Capabilityfield to restrict the upper limit of each queue, a hard restriction according to which we cloud calculate cost allocation. But in some cases, we did not know whether should we apply workload to one queue, because we were unaware of allocated resources in the queue and idle resources left withinCapability, causing jobs pending and autoScaler enlarge the cluster meaninglessly.So we want to add a new field
Allocatedinqueue.Status, so that we can watch allocated resources in a queue, and apply jobs according used resources.The text was updated successfully, but these errors were encountered: