-
Notifications
You must be signed in to change notification settings - Fork 254
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
A mechanism to list the Workloads that are admitted and not finished #1776
Comments
Do you expect that we extend the on-demand visibility server or save information on any CustomResource like ClusterQueue? |
I don't think we should save it. This is more for on-demand queries. |
It makes sense. |
Tangentially, do you think adding a |
Does it mean Prometheus metric? |
Yes, a Prometheus metric, that would complement the existing |
we already have it Lines 120 to 126 in 9afd7e6
|
Ah right, this is the one, thanks! |
Would you like to propose something for this area? Maybe along the lines of a new visibility endpoint? |
Yes. Do you want it to be initially proposed as a KEP? |
Given that it's an API change, a KEP would be good. |
Feel free to assign yourself with |
If no one working for this, I can help. |
@KunWuLuan I haven't got the chance to work on it. Feel free to assign it to you. |
Do we still need the new endpoints if we already have the KueueCtl? |
Maybe less so? One slight advantage would be to filter on the server side. But maybe it would add unnecessary load to the kueue binary? |
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 |
This is supported using kueuectl https://kueue.sigs.k8s.io/docs/reference/kubectl-kueue/commands/kueuectl_list/kueuectl_list_workload/ Should we close this? |
Oh, you're right. Let me close this. |
@tenzen-y: 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-sigs/prow repository. |
What would you like to be added:
Some way of querying the list of Workloads that are still "running", that is, they are admitted and don't have a Finished condition. Querying by ClusterQueue would be ideal too.
Some options (not necessarily exclusive to each other):
Why is this needed:
For basic diagnostics of the state of the cluster.
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: