Error in EKS Console Upgrade insights about flowschemas and priorityleveconfiguration api's

0

We have EKS cluster for production with K8s version 1.28. We have to upgrade the version to 1.29 but stucked because of following error showing in AWS Console in Upgrade insights section:

AWS Console

I can see all the apis versions are already up to date but not getting why this error is showing in the console. We have risk of downtime if we upgrade by ingnoring the error.

已提問 2 個月前檢視次數 323 次
1 個回答
0

Based on the error message you provided, some potential causes for the failure could be:

  • Insufficient IP addresses in the subnets associated with the EKS cluster. Check that there are enough available IPs.
  • The subnets specified do not exist or are not tagged correctly. Verify the subnets exist and have the proper tags
  • The security groups associated with the cluster do not exist. Check that the security groups exist.
  • The elastic network interface limit for the AWS account has been reached. You may need to increase the limit.
  • Insufficient permissions for the IAM role/user used to update the cluster. Verify the correct permissions are attached.
  • The VPC associated with the cluster no longer exists. Check that the VPC still exists.
  • Transient backend workflow issues. Try updating the cluster again after some time.

You can get more details on the specific error by describing the update failure with the AWS CLI:

aws eks describe-update --cluster-name my-cluster --update-id my-update-id
profile picture
專家
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南