-
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
Cluster autoscalar using ASG even after marking it unhealthy #4900
Comments
There is a feature in more recent Kubernetes that will "early-abort" for spot ASGs that are unavailable. See #4489. I think this will solve (or at least significantly reduce) the issues you're having here? This isn't available in 1.18 but there is a custom fork of Cluster Autoscaler that includes this feature: https://github.com/airbnb/autoscaler/tree/cluster-autoscaler-release-1.18-airbnb (this is not a supported fork though, so you're on your own if you decide to use it). |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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/test-infra repository. |
Which component are you using?:
Cluster autoscalar
What version of the component are you using?:
Component version:v1.18.2
What k8s version are you using (
kubectl version
)?:$ kubectl version
v1.18.9
What environment is this in?:
AWS/kops
What did you expect to happen?:
Cluster autoscalar should not use the ASG which it has marked unhealthy
What happened instead?:
Cluster autoscalar maintained the desired count of the ASG
How to reproduce it (as minimally and precisely as possible):
The issue happened due to spot interruption hence you cannot reproduce it.
Anything else we need to know?:
Priority Expander:
`priorities:
10:
15:
50:
Logs:
The text was updated successfully, but these errors were encountered: