-
Notifications
You must be signed in to change notification settings - Fork 435
TAS: stop injecting the TAS Label into Pods #6895
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
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/assign @tenzen-y |
b8d546b
to
91cf672
Compare
/test pull-kueue-test-e2e-main-1-33 |
91cf672
to
63074fe
Compare
/test pull-kueue-test-e2e-main-1-31 |
/test pull-kueue-test-e2e-multikueue-main |
63074fe
to
b18101f
Compare
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.
Thank you!
I left follow-up comments.
/lgtm
/approve
if _, ok := pod.Annotations[kueuealpha.PodSetUnconstrainedTopologyAnnotation]; ok { | ||
return true | ||
} | ||
// TODO: remove after 0.16 |
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.
Let's open a dedicated issue for this follow-up.
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.
Opened: #6911
LGTM label has been added. Git tree hash: 42daba1c548686a7e4f10eae9e9ef9203f3d97e4
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, tenzen-y 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 |
/hold |
Based on our offline discussion, we decided to keep the TAS label for 2 minor releases since immediate removal of this label could cause disruption in the existing user environment. Indeed, TAS is alpha features. So, we do not have any commitment to keep backward compatibility for the alpha feature. |
b18101f
to
ad08a56
Compare
/unhold |
Thanks! |
LGTM label has been added. Git tree hash: b7d2358b7640ac1021e5863fec4e0dee9b4c8fcc
|
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Part of #3450
Special notes for your reviewer:
Does this PR introduce a user-facing change?