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
posta un anno fa249 visualizzazioni
3 Risposte
0

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

profile picture
con risposta un anno fa
0

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

con risposta un anno fa
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
con risposta 8 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande