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** Currently, the AWSControlPlane and AWSManagedControlPlane controllers create and manage the cluster kubeconfig secrets (`"%s-kubeconfig"` in the cluster's namespace). The contents of this secret...
/kind feature **Describe the solution you'd like:** Support of creation network infrastructure, subnets, and gateways, required for AWS Local Zones and Wavelength zones, allowing users to create compute nodes (non-control...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: The boothook fetches sensitive user-data from an AWS service (Secrets Manager, or SSM...
/kind feature **Describe the solution you'd like** As a CAPA user, I'd like to be able to only have new revisions of launch templates when configuration materially changes, making it...
/kind feature **Describe the solution you'd like** After [Add support to specify PlacementGroup Name in instances](https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4273), users can specify pre-created placement group name when running instances, using `PlacementGroupName` field. Given...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Makes sure that ingress rules from all load balancers are created. **Which issue(s)...
/kind bug **What steps did you take and what happened:** Related to https://github.com/kubernetes-sigs/cluster-api/issues/8858, https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4071 CAPA's `AWSMachinePool` reconciler unconditionally returns `return ctrl.Result{}, r.reconcileNormal(ctx, machinePoolScope, infraScope, infraScope)`, i.e. does not schedule reconciliation...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### What steps did you take and what happened? Hi, I am trying to reproduce the steps listed in https://cluster-api-aws.sigs.k8s.io/getting-started but its failing to create the control plane with the...