Skip to content
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 Autoscaler is not scheduling nodes; they only get scheduled after restarting autoscaler pod #7991

Open
AlexyPulivelil opened this issue Mar 28, 2025 · 2 comments
Labels
area/cluster-autoscaler kind/bug Categorizes issue or PR as related to a bug.

Comments

@AlexyPulivelil
Copy link

Which component are you using?:

  1. cluster-autoscaler using image registry.k8s.io/autoscaling/cluster-autoscaler:v1.26.2
  2. cluster-autoscaler using image registry.k8s.io/autoscaling/cluster-autoscaler:v1.29.3

What version of the component are you using?:

Server Version: version.Info{Major:"1", Minor:"29+",

Component version:

What k8s version are you using (kubectl version)?:
registry.k8s.io/autoscaling/cluster-autoscaler:v1.29.3

kubectl version Output
$ kubectl version
Server Version: version.Info{Major:"1", Minor:"29+",

What environment is this in?:

AWS EKS

What did you expect to happen?:

The pods should be scheduled. But no new nodes are being created in the particular node pool.

What happened instead?:

pods of scheduled jobs are in a pending state since nodes are not available. Once we restart the cluster autoscaler nodes are being created

How to reproduce it (as minimally and precisely as possible):

I'm not sure how to reproduce this because this problem is only happening in two clusters. We have one more cluster, and it's working fine.

Anything else we need to know?:

Upgrade the cluster autoscaler from 1.26.2 to 1.29.3 in one of the clusters but still have the same issue. This is primarily seen in different node pools, and it's intermittent. We are shutting down clusters during off hours but not shutting down kube-system. This was working fine till last week.

@AlexyPulivelil AlexyPulivelil added the kind/bug Categorizes issue or PR as related to a bug. label Mar 28, 2025
@ivan-morgun
Copy link

Looks like it's the same as #6452

@adrianmoisey
Copy link
Member

/area cluster-autoscaler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster-autoscaler kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

4 participants