-
Notifications
You must be signed in to change notification settings - Fork 38
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
WIP: Updates clusterapi cloudprovider DecreaseTargetSize #312
base: master
Are you sure you want to change the base?
WIP: Updates clusterapi cloudprovider DecreaseTargetSize #312
Conversation
This change updates DecreaseTargetSize to not return an error if the requested delta would lead to existing nodes being deleted. Instead it logs the error, and returns. This is to try and debug CA issues where we end up in a state where we attempt to reduce the target size, but have more nodes than replicas. It also adds logging around when DecreaseTargetSize succesfully decreases the target size.
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cluster-autoscaler/cloudprovider/clusterapi/clusterapi_nodegroup.go
Outdated
Show resolved
Hide resolved
…up.go Co-authored-by: Michael McCune <[email protected]>
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
/lifecycle frozen |
@theobarberbany: The In response to this:
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-sigs/prow repository. |
This change updates DecreaseTargetSize to not return an error if the requested delta would lead to existing nodes being deleted. Instead it logs the error, and returns.
This is to try and debug CA issues where we end up in a state where we attempt to reduce the target size, but have more nodes than replicas.
It also adds logging around when DecreaseTargetSize succesfully decreases the target size.
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: