Richard Case
Richard Case
This adds AWS infra provisioning using terraform for the AWS account to be used to publish CAPA AMIs. It adds the following: - IAM Group for the CAPA maintainers -...
To give confidence that the providers work as expected we need to implement e2e tests.
Some updates to the readme file to use docker in the getting started guide.
This issue is to track API changes that the project wants to make as part of an API bump from v1beta1 to v1beta2. - [ ] Introduce a **KThreesControlPlaneMachineTemplate** kind...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This moves the "garbage collection" feature out of experimental & to beta and...
/kind feature **Describe the solution you'd like** We introduced GC in v1.5.0 in Aug 2022. I propose that we graduate this feature and enable it by default. **Anything else you...
/kind refactor /kind api-change /priority important-soon /triage accepted **Describe the solution you'd like** An issue to track the changes that are required in the next API version bump to v1beta3....
/kind feature **Describe the solution you'd like** Add support for [EKS Pod Identity](https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html) to CAPA for EKS clusters. This will be an alternative to IRSA and is simpler as it...
/kind bug **What steps did you take and what happened:** Due to there being not being the required PR checks on the `release-2.2` branch some issues have been introduced. #4547...
Updated the install plan so that it uses the official docker apt for Docker. Also changed the install plan for Kubernetes so that you don't supply the gpg cert. **This...