-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Prioritize Machine with remediate-machine anotation when selecting the next machine to be remediated #11495
🌱 Prioritize Machine with remediate-machine anotation when selecting the next machine to be remediated #11495
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.
@Karthik-K-N thanks for taking up this work!
Let me know if you want some additional clarification
Thanks for the clarification, I will update it accordingly. Thanks |
9ae8c46
to
849afff
Compare
Updated with changes for KCP as suggested, Will do for remaining soon. |
Made changes for machine set controller as well, Please take a look when you get some time. Thanks. |
can we update the annotation description as well? current:
I think it should be:
|
Updated. Thank you. |
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
LGTM label has been added. Git tree hash: c4a693a66713a3cdeda6cdfce2fef3b14a938fa4
|
Sorry for the delay. @fabriziopandini should this be rebased after #11716 is merged? |
@Karthik-K-N Sorry for the delay. #11716 will be merged in a bit, can you please rebase this PR afterwards? Thank you!! |
e8837a8
to
b5fa603
Compare
I have rebased this PR with main. Please take a look, Thank you. |
/assign @fabriziopandini |
b5fa603
to
b8fd7be
Compare
/lgtm @sbueringer or @chrischdim. PTAL for the final pass |
LGTM label has been added. Git tree hash: 86a852680b25faa3f8c1d9a0489dc1a3bfa27944
|
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.
one thing, otherwise good to go from my side :-)
b8fd7be
to
d96f066
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.
Just some nits
d96f066
to
7f7b497
Compare
Thank you! /lgtm |
LGTM label has been added. Git tree hash: 178d8167058d411f9493cc820d989160c1b6462f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
…the next machine to be remediated (kubernetes-sigs#11495) * Prioritise machine with remidiation anotation for remidiation * Changes to prioritise remediation for machine set controller * Update RemediateMachineAnnotation description * Address review comments
What this PR does / why we need it:
This PR contains the changes to priorities the machine with
cluster.x-k8s.io/remediate-machine
annotationWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #11385