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** [This](https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4344) introduces a common ground for collaboration on ROSA CAPA and basic ability to spin up a new cluster. As a follow up...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] I followed the instruction from https://cluster-api-aws.sigs.k8s.io/topics/bring-your-own-aws-infrastructure.html to use existing vpc...
**What type of PR is this?** Bug fix to reference #4740. /kind bug **What this PR does / why we need it**: This PR fixes the issue where old ARNs...
### What steps did you take and what happened? When `AWSMachineTemplate` is provided with a custom `ami`, even those available through `clusterawsadm` the cluster creation freezes at `WaitingForKubeadmInit` ``` apiVersion:...
When `AWSMachineTemplate` is provided with a custom `ami`, even those available through `clusterawsadm` the cluster creation freezes at `WaitingForKubeadmInit` ``` apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: AWSMachineTemplate metadata: .... spec: template: spec: ami:...
/kind bug **What steps did you take and what happened:** When trying to do recent releases of v2.3.x & v2.4.0-beta.0 we encountered the following problem when generating the dependency report...
/kind feature /priority important-soon /triage accepted **Describe the solution you'd like** Now the MachinePool support for ClusterClass has merged upstream in CAPI we can add it to CAPA. **Anything else...
Add a new CRD named `AWSManagedControlPlaneTemplate`, that will be used with `ClusterClass`. This should have the same webhooks with `AWSManagedControlPlane`. (Example `AWSClusterTemplate` PR: https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/2585) /kind feature
/kind bug **What steps did you take and what happened:** We use gitops with argocd to build PoC to create and clean cluster by PR for testing. we found some...
/kind feature /area testing **Describe the solution you'd like** [A clear and concise description of what you want to happen.] In CAPI release v1.4.0, the kcp remediation test case has...