1 Answer
- Newest
- Most votes
- Most comments
0
Try the following troubleshooting steps
-
Check OIDC Provider Configuration
-
Review IAM OIDC Provider
-
Ensure the Identity Provider URL is distinct from the OIDC issuer URL
-
Update OIDC Provider if necessary
-
Check for Duplicate Configurations
-
Terraform Configuration Review - review your EKS cluster configuration. Ensure that the oidc_identity_providers block in your Terraform code is correctly set up and doesn't conflict with the existing OIDC issuer URL3
Another thing to try is updating the cluster using the AWS CLI as this might provide more detailed error messages if the issue persists. Please take all the usual precautions such as having an authorised change, backups , monitoring and testing
If none of the above steps resolve the issue, it may be necessary to contact AWS Support for further assistance. They can provide specific guidance based on your account and cluster configuration.
answered a month ago
Relevant content
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
+1 to above comment.