quickstart-amazon-eks-cluster-resource-provider
quickstart-amazon-eks-cluster-resource-provider copied to clipboard
AWS Quick Start Team
This doesn't work: ``` aws cloudformation create-stack \ --stack-name awsqs-eks-cluster-resource \ --capabilities CAPABILITY_NAMED_IAM \ --template-url https://s3.amazonaws.com/aws-quickstart/quickstart-amazon-eks-cluster-resource-provider/deploy.template.yaml \ --region us-west-2 \ --parameters ParameterKey=CreateClusterAccessRole,ParameterValue='true' ``` It produces an error in lambda that...
Currently, this resource provider works by creating a cluster with the public endpoint enabled and later resolving to the endpoint configuration defined in the template. For example, a resource with...
On launching cloud-formation template with different versions of EKS beta registry , deletion of registry is failing for the most recent stack. Steps to reproduce : Create multiple templates of...
When running the lambda function that is designed to register the custom resource type I'm getting a deprecation warning. So this is a good issue to take care of before...
Something like https://github.com/aws-quickstart/quickstart-amazon-eks/blob/v1.0/functions/source/KubeManifest/lambda_function.py#L236-L269