https://pulumi.com logo
Title
b

bitter-application-91815

09/23/2020, 8:36 AM
Also what permissions need to be added where for this to get fixed ? ^
b

billowy-army-68599

09/23/2020, 5:16 PM
you need to add an IAM role to the autoscaler pod, the required permissions are here: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#iam-policy
you can either do it with AWS access keys, or via an IAM role
b

bitter-application-91815

09/23/2020, 8:12 PM
Thanks Jaxx, just looking at the autoscaling group tags mentioned here
for Go there doesn't seem to be any tags property on the autoscaling config that you give to the node group, but there are tags available on the actual node group
Can I set the needed tags there mentioned in the aws doc above ?
@billowy-army-68599
b

billowy-army-68599

09/23/2020, 8:14 PM
i'm not sure off the top of my head, but give it a try
b

bitter-application-91815

09/23/2020, 8:15 PM
👍