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.
**What type of PR is this?** /kind support **What this PR does / why we need it**: The EKS reconciliation was not covered in unit tests at all, making it...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: We need this PR because when node groups go in to a degraded...
/kind feature /area provider/eks **Describe the solution you'd like** Add support for configuring the [cluster authentication mode](https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html#authentication-modes) to the AWSManagedControlPlane spec, and a controller to sync [AccessEntries](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-accessentry.html) (either within the...
/kind feature **Describe the solution you'd like** For CCM to use route tables, we need to add the necessary tag for discovery (kubernetes.io/cluster/ ) to both EC2 and EKS clusters....
/kind feature **Describe the solution you'd like** Looks like EKS supports multiple security groups in the `Additional security groups` as the name implies. But `AWSManagedControlPlane->spec->network->securityGroupOverrides->node-eks-additional` supports specifying only one security...
/kind bug **What steps did you take and what happened:** I used https://github.com/kubernetes-sigs/image-builder/ to create an Ubuntu 20.04 AMI with the latest available cloud-init package, 23.3.3. The machine fails to...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: First of all, i know the bugfix is fixing a case which theoretically...
### Which jobs are flaking? master-informing: - periodic-conformance-main-k8s-main ### Which tests are flaking? `capa-e2e-conformance.[It] [unmanaged] [conformance] tests conformance` ### Testgrid link https://testgrid.k8s.io/sig-release-master-informing#periodic-conformance-main-k8s-main ### Reason for failure (if possible) ``` {Timed...
/kind feature **Describe the solution you'd like** ControlPlaneLoggingSpec tells EKS which components to enable logging for, but does not provide any way to customise the default retention period. Feature request...
CAPI v1.6.0-beta.0 has been released and is ready for testing. Looking forward to your feedback before v1.6.0 release! ## For quick reference - [CAPI v1.6.0-beta.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.6.0-beta.0) - [Shortcut to...