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.
回答済み 2ヶ月前
関連するコンテンツ
- AWS公式更新しました 1年前
+1 to above comment.