Error on AWS when Launching command : eksctl create cluster -f ./eks.yaml

0

The error result to be the following : exceeded max wait time for StackCreateComplete waiter The error happens when deploying stack "eksctl-do-eks-nodegroup-wks-node". I attach the following elks.yaml :

apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig

metadata: name: do-eks version: "1.27" region: us-west-2

availabilityZones:

  • us-west-2a
  • us-west-2b

vpc: cidr: 10.19.0.0/16

iam: withOIDC: true

managedNodeGroups:

  • name: wks-node instanceType: c5.4xlarge instancePrefix: workshop privateNetworking: true availabilityZones: ["us-west-2a", "us-west-2b"] efaEnabled: false minSize: 0 desiredCapacity: 2 maxSize: 10 volumeSize: 900 iam: withAddonPolicies: cloudWatch: true autoScaler: true ebs: true
已提问 1 年前248 查看次数
3 回答
0

Hi. What is the exact error, you can find that in a console I think under EKS?

profile picture
已回答 1 年前
0

Enter image description here The exact error in the is : --> exceeded max wait time for StackCreateComplete waiter

已回答 1 年前
0

Seems you are using eksctl to create the cluster, which was processed with CloudFormation to create the resources. What's the error found in the CloudFormation stack?

AWS
jjpe
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容