quickstart-amazon-eks
quickstart-amazon-eks copied to clipboard
Builds are unstable
Hi Guys!
First of all: I've been using a fork of this very awesome quickstart project. Kudos for this!
I have 2 serious issues:
- after deleting the stack I cannot re-create the cluster without deregistering custom types via CLI:
aws cloudformation deregister-type --type RESOURCE --type-name AWSQS::EKS::Cluster --version-id 00000001
...
aws cloudformation deregister-type --type RESOURCE --type-name AWSQS::EKS::Cluster
I am simply getting what phenri00 was having:
| Logical ID | Physical ID | Type | Status | Status reason | EKS | - | AWSQS::EKS::Cluster | CREATE_FAILED | Internal Failure
It's really annoying.
- AWSQS::Kubernetes::Resource is working from time-to-time. It does create pod for the S3 source yaml but results are not correctly reported. The second time I simply get a timeout and CREATE_FAILED and DELETE_FAILD. AWSQS::Kubernetes::Get and AWSQS::Kubernetes::Helm are OK. I was deregistering the type it but no luck :(
I am testing it with your TestSuiteStack.
Inside the CW logs (/cloudformation/registry/awsqs-kubernetes-resource) for TestKubeApply and TestKubeApplyFromS3 I see
1st invoke Create invoke Received model
and in the loop:
function already exists... Create invoke Received model
Any idea where to look?