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** Alongside and for similar reasons to #4554. - Add the ability to create or use a current Route53 zone. - Add the ability...
/kind bug Unfortunately, I have a company's mandatory tag with a space in the key: ``` apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AWSCluster ... spec: additionalTags: "Patch Group": nopatch ... ``` but I'm...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] I applied below AWSManagedControlPlane ``` apiVersion: controlplane.cluster.x-k8s.io/v1beta2 kind: AWSManagedControlPlane metadata:...
/kind bug **What steps did you take and what happened:** When using `clusterawsadm`, policies defined in extraStatements is ignored configuration to reproduce: ```yaml apiVersion: bootstrap.aws.infrastructure.cluster.x-k8s.io/v1beta1 kind: AWSIAMConfiguration spec: region: ap-northeast-1...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Fix the issue where the ROSAMachinePool controller falsely detects an update and keeps...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Skip APIServerELB DNS name resolution check when the LB is internal. The check...
/kind bug **What steps did you take and what happened:** After CAPA creates the APIServer Load Balancer and it gets a DNS name, CAPA waits for the DNS name to...
/kind bug **What steps did you take and what happened:** The AWSManagedControlPlane has a field for setting the control plane endpoint. However, if that field is set when the CR...
This is an automated cherry-pick of #4960 /assign dntosas ```release-note - Add support for AL2023 AMI types ```
This is an automated cherry-pick of #4960 /assign dntosas ```release-note - Add support for AL2023 AMI types ```