-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
aws-iam: Add autoscaling:DescribeTags #2681
Comments
+1 |
I think we have this fixed. Need to check /assign |
Looking into kops v1.8.0, kops/pkg/model/iam/tests/iam_builder_master_legacy.json Lines 17 to 25 in fbfe24a
Strict: kops/pkg/model/iam/tests/iam_builder_master_strict_ecr.json Lines 53 to 81 in fbfe24a
|
@chrislovecnm I just hit this as well with kops 1.8.0. Do we want to fix it in kops? There's a case to be made for using something like kube2iam instead. |
Yes we need this in kops. We may be missing another perms as well. Really we should have a use autoscalig flag to enable / disable in the api. |
sounds good. Will open a PR. /assign |
Automatic merge from submit-queue. Adding DescribeTags to masters /fixes #2681
Latest versions of the cluster-autoscaler can automatically detect the ASG used by the nodes, but it requires that
autoscaling:DescribeTags
rights are added to the AWS IAM policy.The text was updated successfully, but these errors were encountered: