You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've used this project to lunch EKS cluster in my AWS environment. I see following error in the AWS console:
Your current user or role does not have access to Kubernetes objects on this EKS cluster
This may be due to the current user or role not having Kubernetes RBAC permissions to describe cluster resources or not having an entry in the cluster’s auth config map.
Learn more link takes me to AWS docs but I don't know how I can include this to my terraform config.
Can we fix it so that as soon as I lunch eks cluster with terraform, RBAC will be configured properly.?