-
Notifications
You must be signed in to change notification settings - Fork 251
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 info to ClusterQueue status #7
Comments
/assign |
Should we add pending workloads to capacity as well? |
Aggregating the sizes of all the queues pointing to it? We should be able to implement that efficiently, but could it be confusing? |
Why would it be confusing? The pending workloads at a queue level isn't really that useful i would say for an admin to look at compared to an aggregated view at the capacity level |
/reopen Sounds good. Although I will tackle this after #80 (comment) |
@alculquicondor: Reopened 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. |
I strongly disagree with
For users, is the most important after deploying, if queues are going to be a user managed object, we need to provide as much valuable information to them at the namespace lvl. As an admin all I care is big numbers and usage. I think we are looking at this with an admin/cloud provider point of view and not from the end user. we need to think as a cascade here CQ -> Q -> QW |
|
/retitle Add info to ClusterQueue status |
sg, I already proposed a way to track the number of admitted workloads at Q level |
oh, you are referring to the count of pending workloads; I guess I agree in general the the more info we can surface the better |
I agree with the comment from @ArangoGutierrez . |
sg, then with regards to this issue we need two things in CQ status:
/help |
@ahg-g: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
Check first one #110 |
For |
Pending workloads are the workloads that are still in the heap, so they haven't been admitted. Yes, we should add that field to clusterQueue.status |
/close |
@ahg-g: 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. |
Suggestions:
/kind feature
The text was updated successfully, but these errors were encountered: