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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ