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.
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.6.1 Fixes some point checks on the FourQ curve. Hybrid KEM fails on low-order points. What's Changed...
/kind feature **What this PR does / why we need it**: Enable machines to be provisioned on to dedicated hosts. **Special notes for your reviewer**: Resumes work started in cluster-api-provider-aws#5504....
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Added support for resolveConflicts.PRESERVE ([API Reference](https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html)). This is helpful if users are migrating...
/kind feature **Describe the solution you'd like** Add support for bootstrapping Amazon Linux 2023 (AL2023) nodes in `EKSConfig` LaunchTemplate mode using [`nodeadm`](https://github.com/awslabs/amazon-eks-ami/tree/main/nodeadm). Currently, the Cluster API Provider for AWS (CAPA/CABPE)...
/kind feature **What this PR does / why we need it**: Let users allocate machines to dedicated hosts. **Special notes for your reviewer**: Dedicated hosts must be pre-allocated. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html **Checklist**:...
/kind bug #5383 added `util/paused`, which is pulled from upstream cluster-api but modified to not rely on `v1beta2conditions`. At the time of writing the upstream library requires `v1beta2conditions`, which CAPA...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Support EKS upgrade policy **Which issue(s) this PR fixes** *(optional, in `fixes #(,...
/kind feature Thanks to https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/5520 CAPA is on its way to provide some resemblance of the ability to migrate to self-managed versions of eks addons. Currently, [vpc-cni and kube-proxy](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/controlplane/eks/controllers/awsmanagedcontrolplane_controller.go#L356) are...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Adds the possible policies needed to the `iam:GetPolicy` condition, otherwise reconciliation will fail...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: DO NOT MERGE - just testing the e2e **Which issue(s) this PR fixes**...