1 個回答
- 最新
- 最多得票
- 最多評論
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.
已回答 3 個月前
相關內容
- 已提問 5 個月前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
+1 to above comment.