-
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
An instance is in an error state and cannot be scaled up immediately #6645
Comments
Same problem #5939, but this PR failed to fix the problem. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues 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. This bot triages un-triaged issues 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-sigs/prow repository. |
Which component are you using?:
cluster-autoscaler
What version of the component are you using?:
Component version: v1.28.0
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
AWS via the AWS cloud provider.
What did you expect to happen?:
I hope cluster-autoscaler can be scale up immediately even if an instance error state.
What happened instead?:
A NodeGroup(ASG) out of stock, actual instances < MinSize. The AWS placeholder instance state has
OutOfResourcesErrorClass
error info.Cluster Autoscaler still registers the fake "upcoming node" and Cluster Autoscaler doesn't trigger scale up.
How to reproduce it (as minimally and precisely as possible):
ASG out of stock, instances is less than MinSize. (Like Spot instance type)
Anything else we need to know?:
I've synced #6528 in code. But it doesn't solve the problem.
The text was updated successfully, but these errors were encountered: