Open daimaxiaxie opened 8 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/remove-lifecycle rotten
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
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 expect cluster-autoscaler to be able to scale ASGs up/down without error.
What happened instead?:
cluster-autoscaler is stuck main loop with the following error:
How to reproduce it (as minimally and precisely as possible):
The spot instance in an asg is recycled and cannot be expanded. The number of remaining instances is less than minsize.
Anything else we need to know?:
When instances in an asg are recycled, the remaining instances less than MinSize.
deleteCreatedNodesWithErrors
will always cause skip iteration. Other normal asg alway cannot scale up.