-
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
Not discovering ASGs on AWS #1854
Comments
Additional info: I see no API calls for Autoscaling Groups in AWS CloudTrail, so either they fail or are not made at all. |
@MartinEmrich Change to this and have a another try,
BTW, I would suggest you to also include cluster tag. Otherwise, your ASG maybe detected by different clusters if you create multiple cluster in your aws account.
I do think samples has been edited and cause this issue. I will submit a PR to fix this. |
@audrey2424 ??? |
@Jeffwan the first change did work:
All it changed was really the YAML formatting (with the
I'm unsure about "I would suggest you to also include cluster tag.". Isn't |
FYI: I just did some tests (adding a ***load of pods, and later removing them), cluster-autoscaler works great! 👍 |
@MartinEmrich would you please close the issue, if it works for you?! |
No, that's not. If you look at the documentation here. You know what I mean. Sorry |
The docs say:
as "awsref" is my cluster name, that should be the cluster tag? I am confused. |
@MartinEmrich I see. My careless. Did not notice that's a cluster name. It should be fine. If you solve the problem, we can close issue. :D |
Hello!
I am trying to get autoscaler to work, I use v 1.3.7 (which should match with AWS's K8s 1.11).
I have 3 ASGs (one for each AZ), all tagged:
Here's my startup parameters:
But I get this message if I try to create more pods to trigger a scale-up:
In the autoscaler logs, I see just this:
I would assume that if autoscaler would detect my ASGs, they would appear between the square braces?
Both the EKS cluster and the workers have the prescribed IAM permissions.
The text was updated successfully, but these errors were encountered: