I accidentally broke my access to EKS cluster by running the following command: eksctl create iamidentitymapping --cluster eks-ci --region eu-west-2 --profile eks-ci --arn arn:aws:iam::********:role/eks-ci-role --group developers --username test-eks-ci-user
Problem is that the cluster has been created with an assumed role, so I cannot access at all to my cluster to update the aws-auth configmap back to normal.
I also found this answer : Mistakenly updated configmap aws-auth with rbac & lost access to the cluster
But unfortunately, I have no pods running with enough permissions to edit the configmap to normal...
Any idea how to fix this issue?