Also what permissions need to be added where for t...
# kubernetes
b
Also what permissions need to be added where for this to get fixed ? ^
b
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
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
i'm not sure off the top of my head, but give it a try
b
👍