faint-motherboard-95438
06/30/2020, 1:21 PMaws eks update-kubeconfig
then a kubectl
) even with aws administrator permissions, we get an Unauthorized error.
How would one properly provision an EKS Cluster with pulumi, with the right role(s)/provider, so that team members can interact afterward on it with kubectl
without getting an error ?pulumi
code correspondingroleMappings
argument in the @pulumi/eks
Cluster
component. That was easier than what I thought 😅 Hope this will help someone else.