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

ClusterQueue should report lended resources #4039

Open
2 of 3 tasks
avrittrohwer opened this issue Jan 22, 2025 · 0 comments
Open
2 of 3 tasks

ClusterQueue should report lended resources #4039

avrittrohwer opened this issue Jan 22, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@avrittrohwer
Copy link
Contributor

What would you like to be added:

Report lended resources in ClusterQueue status

Why is this needed:

For Kueue setups were one ClusterQueue holds all quota with many ClusterQueues borrowing, it is difficult to determine how many resources are currently utilized. It is technically possible by summing up all the borrowed resources from the borrowing cohorts but this is tedious. It would be much simpler if the ClusterQueue lending quota reported how much it was lending.

Completion requirements:

Make it easy to determine how much nominalQuota is being used by borrowing ClusterQueues by running kubectl get / describe on the ClusterQueue that owns the quota.

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@avrittrohwer avrittrohwer added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant