dry-teacher-15656
08/17/2022, 3:20 PM% kubectl get pods --namespace default
error: You must be logged in to the server (Unauthorized)
dry-teacher-15656
08/17/2022, 3:24 PMeksctl create iamidentitymapping --cluster Flyte-AWS-EKS-Cluster --arn arn:aws:iam::xxxxxxxx:user/Alireza --group system:masters --username ops-user
Error: getting auth ConfigMap: Unauthorized
victorious-park-53030
08/17/2022, 3:24 PMdry-teacher-15656
08/17/2022, 3:25 PMvictorious-park-53030
08/17/2022, 3:33 PMkubectl get pods --namespace default
command.
One of issues in the doc, that even I found was that we don't create a user before the creation of the roles and the EKS Cluster, so the iam role for user doesn't have access to the EKS cluster.victorious-park-53030
08/17/2022, 3:33 PMdry-teacher-15656
08/17/2022, 3:41 PMvictorious-park-53030
08/17/2022, 3:48 PM