Autoscaler: AWS EKS - Failed to get nodes from apiserver: nodes is forbidden:

Created on 12 Dec 2018  路  2Comments  路  Source: kubernetes/autoscaler

followed directions from here - https://medium.com/@alejandro.millan.frias/cluster-autoscaler-in-amazon-eks-d9f787176519

getting error

F1212 21:30:29.408142       1 main.go:345] Failed to get nodes from apiserver: nodes is forbidden: User "system:serviceaccount:default:default" cannot list nodes at the cluster scope

is this the correct default path?
sslCertPath: /etc/kubernetes/pki/ca.crt

What are the tags that need to be added?

Most helpful comment

solution w/ helm --set rbac.create=true

All 2 comments

solution w/ helm --set rbac.create=true

worked like charm!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

duritong picture duritong  路  5Comments

tjliupeng picture tjliupeng  路  6Comments

chapati23 picture chapati23  路  4Comments

clamoriniere picture clamoriniere  路  5Comments

lexsys27 picture lexsys27  路  5Comments