quickstart-amazon-eks-cluster-resource-provider icon indicating copy to clipboard operation
quickstart-amazon-eks-cluster-resource-provider copied to clipboard

AWS Quick Start Team

Results 25 quickstart-amazon-eks-cluster-resource-provider issues
Sort by recently updated
recently updated
newest added

Per internal discussion, new EKS QS builds are failing with the following error: ``` Step 7/8 : RUN GOPROXY=direct make -f Makefile.package package ---> Running in cde307b37796 go mod tidy...

bug

Hello. At the moment, the lambda function is not deleted in region us-west-1. I thought that this was a problem with the changes from private to public clusters, but the...

This quick start project internally checks for the role 'CloudFormation-Kubernetes-VPC' and creates one if it is not already present. In my project all IAM roles follows certain naming convention and...

Hi. We can't have logs from the extension in CloudWatch. We already tried out different regions. The issue may be linked to this: https://github.com/aws-quickstart/quickstart-kubernetes-resource-provider/issues/32 We have some log groups from...

Even if we specify EndpointPrivateAccess: true and EndpointPublicAccess: false, the cluster will initially be built as public and private and then updated to remove the public access. See: https://github.com/aws-quickstart/quickstart-amazon-eks-cluster-resource-provider/blob/4751da47177fa826ad2ca892cc40082cca11cf64/cmd/resource/eks.go#L87 The...

Hi, I'm trying to understand what's AWS EKS team strategy wrt to maintaining two solutions, namely `AWS::EKS::Cluster` and `AWSQS::EKS::Cluster` (this repo). Is it, currently, the only difference that the AWSQS...

Hi! I have experienced an issue related to stack deletion after the cluster is created. The network interfaces that are created for the lambda responsible to attach the cluster to...

Hi! The aws loadbalancer controller needs the tag key `kubernetes.io/cluster/cluster-name` and `shared` value. The provider should create these tags if not existed on the associated subnets to the cluster.

If the KubernetesApiAccess property is changed on an existing cluster that has node groups, the aws-auth configmap does not retain the node instance roles.

Hi, I'm unable to create a cluster using this resource; I'm also unable to get any logging into Cloudwatch. Just wondered if anyone has any pointers? The Cloudformation 'events' page...