2 Answers
- Newest
- Most votes
- Most comments
0
Could you please check the below step
- Verify that the IAM role used in the CI/CD pipeline is mapped in the
aws-authConfigMap. - Ensure the role assumption is working correctly in the pipeline.
- Validate the kubeconfig setup and ensure the correct role is used.
- Check Kubernetes RBAC permissions for the
aws-authConfigMap. - Debug further using verbose logging and network checks.
0
sorry this is wrong : Specifically, I'm encountering an "Unauthorized" error after executing the aws eks update-kubeconfig command. This is the real problem: Specifically, I'm encountering an "Unauthorized" error after executing the kubectl describe configmap aws-auth -n kube-system command.
answered a year ago
Relevant content
asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago

Thanks for your quick help,it means a lot :)