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?
solution w/ helm --set rbac.create=true
worked like charm!!!
Most helpful comment
solution w/ helm
--set rbac.create=true