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.
We only have a quick start e2e test ported to ClusterClass, missing templates that use ClusterClass patching. To validate CAPA's ClusterClass support, we need to port some of the e2e...
**What type of PR is this?** /kind deprecation **What this PR does / why we need it**: This PR deprecates the `disableVPCCNI` field on `AWSManagedControlPlane` in favour of `vpcCni.disable`. **Which...
/kind feature **Describe the solution you'd like** Currently CAPA will always use the DNS name for the ELB that it gets from AWS, this results in having a cluster named...
We only use subnets fields in AWSMachinePool field during ASG creation and do not update Auto Scaling Group if subnets change. UpdateASG() should return true if a change is detected...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close...
**What type of PR is this?** /kind bug /kind api-change **What this PR does / why we need it**: During a successful deletion operation conditions that summarise readiness must be...
**What type of PR is this?** /kind feature /kind api-change **What this PR does / why we need it**: Enable the ability to run custom commnads pre/post bootstrapping of a...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Updates ASG when subnets are changed in AWSMachinePool **Which issue(s) this PR fixes**...
**What type of PR is this?** Addresses https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/2966 **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format,...
**What type of PR is this?** /kind regression **What this PR does / why we need it**: This PR is here to test PR 3500 The code in commit b4512c84d3fec3c4d7b95d706e56c707c4345805...