-
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
Labels match but Cluster Autoscaler says "are not similar, labels do not match" when trying to balance similar node groups. #6954
Comments
/area cluster-autoscaler |
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 |
Having same issue when testing out cluster-autoscaler 1.29.4....I have 3 node groups, one per AZ, and spun up 20 pods....it increased only ONE node group by 11?
|
Hmmm never mind, just fixed by switching to
|
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: 1.28.5
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
AWS, EKS using EC2
What did you expect to happen?:
When new nodes are added I expect them to be balanced on to 3 similar node groups, which have the same labels.
What happened instead?:
I have 3 node groups, one per AZ, the new nodes are only added to 1 node group.
The error says the labels are different, but I've checked them all, and except for a couple I've excluded, they are similar.
I0621 14:19:48.338960 1 compare_nodegroups.go:157] nodes template-node-for-eks-nodegroup-4-128-1ec80b90 and template-node-for-eks-nodegroup-3-128-f0c80b8d are not similar, labels do not match
How to reproduce it (as minimally and precisely as possible):
I scale up the pods so it will add several new nodes and then check to see which nodegroup it added them to.
Anything else we need to know?:
No
The text was updated successfully, but these errors were encountered: