This message was deleted.
# kubernetes
s
This message was deleted.
b
Did you set
creationRoleProvider
when you created the cluster? I ran into this issue when I first set up EKS and my solution was to use this parameter with a shared admin role. If you don't do this, the cluster is created with whatever your current AWS credentials are.
g
no i did not how interesting
if i already created the cluster without it what can i do now?
we had another cluster we had this problem with but using the rolemapping auth works fine
b
I might've fixed this by editing my state file directly, but you also might be able to fix by just setting
creationRoleProvider
and updating the program.
g
interesting