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
asked 10 months ago239 views
3 Answers
0

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

profile picture
answered 10 months ago
0

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

answered 10 months ago
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
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions