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 bug **What this PR does / why we need it**: The EventBridge feature for importing ec2 events is not supported for EKS in...
/kind cleanup Following the conventions added to cluster-api repo, audit CAPA API. For example, we have fields that have omitempty but not optional marker. xref: kubernetes-sigs/cluster-api#5304 /help /priority backlog /milestone...
/kind bug **What steps did you take and what happened:** When attempting to pivot from a local bootstrap cluster to a management cluster in EKS, `clusterctl move` does not move...
/kind feature The EKSConfigTemplate currently uses a [bash-style cloud-init user data](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/bootstrap/eks/internal/userdata/node.go#L28). However, [cloud-init supports several user data formats](https://cloudinit.readthedocs.io/en/latest/topics/format.html), including a YAML-based document which has exposes more capabilities than can easily...
/kind feature /area provider/eks /priority important-soon /triage accepted **Describe the solution you'd like** We should support using the EKS bootstrapper with `AWSManagedMachinePools` as this will allow customization of the EKS...
/kind feature /area provider/eks /area testing /help /priority important-soon **Describe the solution you'd like** We need a EKS e2e that covers disabling the VPC CNI. **Anything else you would like...
/kind feature **Describe the solution you'd like** As a user I would like to configure a specific metadata version on each EC2 instance started by CAPI and/or disable the metadata...
Update AWSMachine webhook validate logic on update to be consistent with validation on creation. **What type of PR is this?** /kind bug **What this PR does / why we need...
/kind feature /area provider/eks /priority important-longterm /triage accepted /help **Describe the solution you'd like** With #3374 we are introducing a new struct for settings that relate to the VPC CNI...
/kind bug **What steps did you take and what happened:** forked repo and ran make test. After run kube-apiserver and etcd processes remain What did you expect to happen: make...