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
질문됨 일 년 전249회 조회
3개 답변
0

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

profile picture
답변함 일 년 전
0

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

답변함 일 년 전
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
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인