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'd like the ability to disable automatic instance refresh on a machinepool. Currently when one e.g. changes the AMI of a AWSMachinePool, an...
**TODOs** - [x] Add missing things like: - [x] Routing - [x] Subnet definitions - [x] ENI support - [x] ... TBD - [x] Configure the aws-node vpc-cni addon to...
**What type of PR is this?** Introducing a mechanism to support Kubernetes versions with a build name, e.g. `v1.21.8+fips.0`, to be used in the `ImageLookupFormat`. The benefit of this approach...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Makes the specs inside the cloud/service/network package conformant to one type of naming...
/area testing We have started following test naming convention for new test cases in CAPA, we can also do this for existing test cases to bring consistency. We use [this](...
Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.7 to 0.12.8. Release notes Sourced from github.com/itchyny/gojq's releases. Release v0.12.8 implement gojq.Compare for comparing values in custom internal functions implement gojq.TypeOf for obtaining type name of...
**What type of PR is this?** WIp for https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/3663 /kind feature **What this PR does / why we need it**: - API Changes: - Adds ImageLookupArch - adds ImageLookupSSMParameterName -...
/kind feature **Describe the solution you'd like** I would like to propose changing the AMI lookups a bit to standardize EKS and create some common terms. *Problem*: with these two...
/kind bug **What steps did you take and what happened:** when updating the `AWSCluster.spec.additionalTags` field tags are reconciled on all instances except for the bastion host. **What did you expect...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Add launch template support to `AWSManagedMachinePool`. **Which issue(s) this PR fixes** *(optional, in...