-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Extract getting nodes to delete for atomic node groups #7068
Conversation
/assign @kawych |
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.
I like the overall direction, I have just a couple of extra suggestions
fe4afe4
to
b9b7b34
Compare
/lgtm |
Extract logic for overriding nodes to delete when deleting nodes from a ZeroOrMaxNodeScaling node group. Simplifies the code and removes code duplication.
b9b7b34
to
14b3357
Compare
Thanks! Squashed the commits. @aleksandra-malinowska would you be able to take a look and approve if it looks ok? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aleksandra-malinowska, bskiba, kawych 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 |
/lgtm |
Extract logic for overriding nodes to delete when deleting nodes from a ZeroOrMaxNodeScaling node group.
Simplifies the code and removes code duplication.
What type of PR is this?
/kind cleanup
-->
What this PR does / why we need it:
Extract logic for overriding nodes to delete when deleting nodes from a ZeroOrMaxNodeScaling node group.
Simplifies the code and removes code duplication.
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: