heptio / aws-quickstart

AWS Kubernetes cluster via CloudFormation and kubeadm
Apache License 2.0
223 stars 134 forks source link

The creation process never completes within cloudformation #209

Closed bwang221 closed 3 years ago

bwang221 commented 6 years ago

What steps did you take and what happened: [A clear and concise description of what the bug is.] from: https://aws.amazon.com/quickstart/architecture/heptio-kubernetes/

choose 👍 Deploy into a new VPC

follow the steps to fill in required information. then proceed with "Create".

What did you expect to happen:

I expected the VPC and Kubenetes cluster to be created.

The Nested stack completed as the status shows, but the master stack never completes, it shows "CREATE_IN_PROGRESS" forever.

The VPC is actually created, but if you check EKS service, no cluster is created, and no error messages in Cloudformation.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

timothysc commented 6 years ago

"but if you check EKS service"...?

This is not an EKS cluster.

bwang221 commented 6 years ago

Interesting.

What I observed:

  1. The master stack completed after 6 hours, while I expect it to complete in 10 minutes.
  2. If I run the same template in couldformation in a region that does not support EKS, it fails quickly. If I run it in a region that supports EKS, it behaved as what I described.

I will run it again and let you know.