We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added:
Make TAS compatible with cohorts and preemption.
Why is this needed:
Currently, TAS does not work when cohorts or preemption are used. In that case the CQ is marked as inactive (see https://github.com/kubernetes-sigs/kueue/tree/main/keps/2724-topology-aware-scheduling#alpha).
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:
cc @mwielgus @mwysokin @tenzen-y
Sorry, something went wrong.
Listing cleanups to do identified during #4200:
if len(cq.TASFlavors) == 0 {
if cq.TASFlavors[*tasFlvr] == nil {
PodSetResources
TASPodSetRequests
Could you add #4200 (comment) to your list?
Sure, updated the list, but I think long-term it is better to manage in the refreshed spreadsheet.
spreadsheet
Thanks, SGTM
No branches or pull requests
What would you like to be added:
Make TAS compatible with cohorts and preemption.
Why is this needed:
Currently, TAS does not work when cohorts or preemption are used. In that case the CQ is marked as inactive (see https://github.com/kubernetes-sigs/kueue/tree/main/keps/2724-topology-aware-scheduling#alpha).
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: