-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add managed-by label support. #407
Conversation
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.
/lgtm
/assign @ahg-g @danielvegamyhre
Could you add a Fixes #379 to your description? |
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!
11df4b4
to
a0556f3
Compare
/label tide/merge-method-squash /lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, trasc 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 |
Add support for a new label
alpha.jobset.sigs.k8s.io/managed-by
which can be used to mark the JobSets that are managed byanother controller then the JobSet one.
The motivation and implementation are similar to the ones described in kubernetes/enhancements#4370 for
batch/Job
and used to implement MultiKueue support for JobSets in Kueue.Fixes #379