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 bug **What steps did you take and what happened:** When running the end to end tests in an AWS account that lacks permissions for IAM Create User or other...
/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...
/kind bug **What steps did you take and what happened:** We are using NLB load balancers for our control plane endpoints and we recently had the case, where a customer...
/kind bug **What steps did you take and what happened:** Updating `iamAuthenticatorConfig` with multiple roles or users, then removing roles does not remove old roles and users, only appends new...
**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...
/kind bug AWSFargateProfile resources to not reconcile as linked to a cluster and do not get deleted when a cluster delete is requested. This in turn blocks the cluster delete...
/kind feature **Describe the solution you'd like** As a user, I would like to be able spawn bottlerocket worker nodes in CAPA-owned clusters. I can manually specify the AMI ID...
/kind bug **What steps did you take and what happened:** - Create the cluster (EC2, not EKS), create a NLB inside the cluster: ``` service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true" service.beta.kubernetes.io/aws-load-balancer-type: nlb...
**What type of PR is this?** /kind feature /area clusterawsadm **What this PR does / why we need it**: Currently, CAPA manages prerequisites required by AWS through CloudFormation which has...
/kind feature **Describe the solution you'd like** It would be great to have support for additional control plane ingress rules when using the AWS managed control plane. Currently, the additional...