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 refactor /priority backlog /triage accepted /help /good-first-issue **Describe the solution you'd like** Update the [releasechangelog.sh](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/hack/releasechangelog.sh) script to use arguments instead of relying on the right variables being set out...
Currently, we cache providers and sessions but we do not cleanup them from the cache. It would be good to have a mechanism to define an expiration on them and...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: When moving clusters between management clusters, ControlPlane.Status.OIDCProvider.ARN is lost. The new management cluster...
Add support to create IPv6 clusters and add e2e test for it. /kind feature /milestone next
/kind feature **Describe the solution you'd like** Add [EFS CSI driver](https://github.com/kubernetes-sigs/aws-efs-csi-driver) to defaults addons manifest so that CAPA clusters running on AWS can manage the lifecycle of [Amazon EFS](https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html) file...
Investigate the benefits of using `docker buildx` plugin. Looks like some simplification in Makefile is possible for building multi-arch/OS images: If there is enough benefit, we may want to switch...
/kind feature **Describe the solution you'd like** Ability to specify Network Interface Instance Type "efa" so users can choose AWS Elastic Fabric Adapter for their workloads. **Anything else you would...
/kind feature There is room for improvement for AWSCluster/AWSMachine creation time by parallelizing resource creation furter. Similar to [NAT gateway creation parallelization](https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/1792), we can evaluate which resource can be created...
/kind feature **Describe the solution you'd like** Add e2e test for EKS to test the GPU optimized AMIs. In PR #2275 added a new AMI type, need to write e2e...
/area provider/eks /kind api-change /kind refactor /milestone v0.7.0 /help /priority important-soon **Describe the solution you'd like** You can optionally enable encryption for EKS by supplying details in [AWSManagedControlPlane.Spec.EncryptionConfig](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/controlplane/eks/api/v1alpha4/awsmanagedcontrolplane_types.go#L87). As its...