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.
**What type of PR is this?** **What this PR does / why we need it**: /kind feature Addition to the experimental gc by @richardcase, we should also see if we...
/kind bug **What this PR does / why we need it**: This commit handles an edge-case where an error occurs after EC2 instance creation and before the output of a...
**What type of PR is this?** /kind feature **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 feature **What this PR does / why we need it**: [ Implements the MachinePool Machines clusterAPI proposal ](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20220209-machinepool-machines.md) **Which issue(s) this PR fixes**...
**What type of PR is this?** /kind feature /kind api-change **What this PR does / why we need it**: This addss clusterclass support for **AWSManagedCluster** and **AWSManagedControlPlane** **Which issue(s) this...
This prevent logging describeInstancetype perms error which are not relevant when you have a Spec.AMI.ID **What type of PR is this?** **What this PR does / why we need it**:...
/kind feature Due to many elements surrounding the capacity from AWS there are use cases where a company needs to secure capacity for a special event, or use specialized instance...
/kind feature **Describe the solution you'd like** I update the `.spec` of a custom resource whose `.status` is written by a CAPA controller. For example, the `AWSManagedControlPlane` resource. I expect...
/kind feature /help /milestone v2.2.0 **Describe the solution you'd like** With a recent change in CAPI (https://github.com/kubernetes-sigs/cluster-api/pull/8957) it's possible to create plugins for clusterctl (like you can do with kubectl)....
We are temporarily disabling the dependency report in the release notes generation for the main branch due to an issue with the change to use go 1.21. We need to...