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 documentation /help I've been going through documents for [AWS Technical Baseline Reviews](https://aws.amazon.com/partners/foundational-technical-review/), and have drawn up this list of documentation that we should have to help end-users based on...
/kind feature **Describe the solution you'd like** Now that the [AWS SDK for Go version 2](https://github.com/aws/aws-sdk-go-v2) is [GA](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-general-availability/) we should consider using it in CAPA. It brings a number of...
/kind feature We keep around some files around that contain sensitive information that should ideally be removed when all conditions are met for proper cluster creation. I would like to...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] From re:invent, AWS Fault Injection Simulator can simulate EC2 failures, see what...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] CAPA's support for failure domains only takes into consideration Availability Zones. Inherent...
Based on the feedbacks in https://docs.google.com/document/d/142YzzRj2H_OWEUE03Vrw3D-XpDCWM8RviFGHT5-RBxo/edit?usp=sharing: An AMI-version.yaml will be added to the CAPA repository that contains all Kubernetes releases that CAPA AMIs are created from. `AMI-version.yaml` can be similar...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] This is a catch-all issue for everything that needs to be done...
/kind feature /area clusterawsadm **Describe the solution you'd like** Currently, we use `clusterawsadm` to create the AWS prerequisites (i.e. IAM stuff). This creates a Cloud Formation stack. Users are running...
## **State** ### READY ## **What is the purpose of the pull request** deletion fails for aws cluster with vpc limit exceeded ## **Implementation** Issue: In case cluster creation didn't...
**What type of PR is this?** /kind bug when adding vpc cni env it [forced envvars](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/pkg/cloud/services/awsnode/cni.go#L165-L172) for `aws-node` but we now know due to a [bug](https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/3677) were never being applied....