-
Notifications
You must be signed in to change notification settings - Fork 276
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
TAS: introduce dedicated TAS label #3271
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/lgtm |
LGTM label has been added. Git tree hash: f8ffe1da94130543750110e71ea0a08145dd95a8
|
/hold |
I discussed this dedicated label with @mimowo offline. So, for a while, we will keep this open. |
I believe this label in contrary to storing this information in Workload object, brings value from the user perspective. Users can easily filter out pods that were scheduled by TAS using kubectl, which can be useful for scripts and debugging |
I agree, which is another argument with the label rather than indexed virtual field, wdyt @tenzen-y ? |
1a61a69
to
41f961f
Compare
I discussed this with @mimowo offline. The TAS label implies giving special treatment to the TAS in the Kueue, but I don't think we should do it. We should handle all scheduling mechanisms fairly, and users should not care about the internal mechanism (generic scheduling vs. TAS). Hence, if possible, we should store the information in the Workload object. cc: @PBundyra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
LGTM label has been added. Git tree hash: 0a0db8a2f26c2cf21e719179b0da52910941f814
|
/hold cancel |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This label will be used in two places:
annotation or "podset" label is only used for TAS
Which issue(s) this PR fixes:
Part of #2724
Special notes for your reviewer:
No release note here, as I added one already for TAS in the API PR.
Does this PR introduce a user-facing change?