aws-eks-cluster-controller icon indicating copy to clipboard operation
aws-eks-cluster-controller copied to clipboard

Manages EKS clusters in different AWS accounts using Custom Resources

Results 11 aws-eks-cluster-controller issues
Sort by recently updated
recently updated
newest added

Hi, this is srinivasa am created EKS cluster in AWS using EKSCTL but default it will create public eks (API server endpoint access) but it is i need to change...

AWS EKS is still in k8s 1.15.0+ Server Version: version.Info{Major:"1", Minor:"15+", GitVersion:"v1.15.11-eks-af3caf", GitCommit:"af3caf6136cd355f467083651cc1010a499f59b1", GitTreeState:"clean", BuildDate:"2020-03-27T21:51:36Z", GoVersion:"go1.12.17", Compiler:"gc", Platform:"linux/amd64"} Any timeline or roadmap set for the release of k8s 1.16.0+ as...

The shouldUpdate() method currently only checks for CFN parameters, currently we cannot parameterize the IAM Roles for the nodegroups. We need to come up with a solution for this.

The tests in CircleCI fail randomly with `timeout waiting for process kube-apiserver to start`. Kubebuilder version used for CircleCI : v1.0.5 Note: We have already tried increasing the start timeout...

Does this the controller work? Can you update the README with a sample CRD? What k8s objects can you manage?

Currently if the controlplane fails to delete it will continuously attempt to delete. There should be some backoff time, and after so many failed attempts it should just fail.

Right now https://github.com/awslabs/aws-eks-cluster-controller/blob/master/pkg/controller/controlplane/cfn_template.go#L46-L95 creates 3 Subnets in 3 different AZs, which are then used by Nodegroups to deploy the worker nodes. This can be issue for deploying EKS cluster using...

If one could run the `aws-eks-cluster-controller` outside the cluster (e.g. from a laptop or CICD) the bootstrap (creating the first cluster and installing the controller on it) would be automatic....

We probably need an admission controller which adds owner cluster information to components @ apply time

Use of the Status Subresource prevents updates to the status causing an extra reconcile of the object. See: http://kubebuilder.netlify.com/basics/status_subresource.html