-
Notifications
You must be signed in to change notification settings - Fork 299
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
[MultiKueue] Default managedBy for ClusterQueues configured to use MultiKueue AC #2048
[MultiKueue] Default managedBy for ClusterQueues configured to use MultiKueue AC #2048
Conversation
Hi @vladikkuzn. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4a9f756
to
6ccf00e
Compare
/cc @trasc |
/assign @trasc |
/ok-to-test |
6ccf00e
to
90fb7b4
Compare
90fb7b4
to
16400e1
Compare
16400e1
to
d424a58
Compare
/retest |
/assign @mimowo |
LGTM label has been added. Git tree hash: 0b2331f5ea5d38361d828bd3c53210963499ec79
|
e0e3fd9
to
8ba9d77
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!
/approve
Leaving lgtm
on @mimowo
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, tenzen-y, vladikkuzn 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 |
b0ca526
to
264ca52
Compare
…ntrollerName * Use cmp for comparison * Renaming * Add queue.QueueKey to generate a queue key
* Test for user-provided manage-by * Add log when managed by is overridden
264ca52
to
d752536
Compare
* Return nil instead of break * Doc update
d752536
to
a171146
Compare
/lgtm |
LGTM label has been added. Git tree hash: 91d24b27c1ac2773c09c8b4754ea9ca5c39f3841
|
/release-note-edit
|
…ltiKueue AC (kubernetes-sigs#2048) * * Set jobSet's ManagedBy field by default if it's managed by MultiKueue * * Don't set managed by if it's already set and not jobsetapi.JobSetControllerName * Use cmp for comparison * Renaming * Add queue.QueueKey to generate a queue key * * Doc update * * Extract canOverrideManagedBy * Test for user-provided manage-by * Add log when managed by is overridden * * Add AdmissionChecksForClusterQueue to use less read locks * * Update Example JobSet section in jobsets doc * * Remove Cache.ClusterQueue * Return nil instead of break * Doc update
What type of PR is this?
/kind feature
What this PR does / why we need it:
Sets jobSet's ManagedBy field by default if it's managed by MultiKueue
Which issue(s) this PR fixes:
Fixes #2022
Special notes for your reviewer:
Does this PR introduce a user-facing change?