cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
Kubernetes Cluster API Provider AWS provides consistent deployment and day 2 operations of "self-managed" and EKS Kubernetes clusters on AWS.
/kind feature **Describe the solution you'd like** I would like to be able to use EKS-D for my EC2 based (i.e. no-EKS) cluster. **Anything else you would like to add:**...
/kind feature /area provider/eks /help /good-first-issue **Describe the solution you'd like** We should create a new template for a `eks-machinepool` flavor. This is so users can use clusterctl to create...
/kind feature **Describe the solution you'd like** I would like an option to be able to use Bottlerocket for machine nodes for an EKS based cluster. I could manually specify...
/kind bug **What steps did you take and what happened:** Created a kind management cluster, init with the aws, eks-boostrap providers then created a cluster using the `eks` template flavor....
/kind feature To be compatible with clusterctl get kubeconfig we need to change the kubeconfigs name. more details here https://github.com/kubernetes-sigs/cluster-api/issues/3645 - [cluster-name]-user-kubeconfig to [cluster-name]-kubeconfig - [cluster-name]-kubeconfig to [cluster-name]-internal-kubeconfig
/kind feature **Describe the solution you'd like** As a result of triaging on an issue in Slack by @ashish-amarnath, it was found a user could not run the AWS provider...
/kind feature **In a sentence** CAPA should look up EKS AMIs for me automatically, but it should not allow a single AWSMachineTemplate or AWSMachinePool to front multiple AMIs. _note_: AWSMachinePool...
/kind feature **Describe the solution you'd like** Currently by default we only provision a single storage volume for instances. We should likely investigate creating a dedicated volume for etcd storage...
/kind feature **Describe the solution you'd like** Currently we do a lot of waiting within the controller for resources to be available, we should investigate switching to using re-entrancy for...
/kind feature **Describe the solution you'd like** There are differing options on how to run Kubernetes clusters in AWS, these include: * IPv6 vs IPv4 * NAT gateways for internet...