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** While validating a fix for co-authored slice issue in ClusterClass, * Issue: https://github.com/kubernetes-sigs/cluster-api/issues/6320 * Fix: https://github.com/kubernetes-sigs/cluster-api/pull/6495 * Doc: [Server-Side Apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/) It was discovered...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Add [Karpenter](https://github.com/aws/karpenter) support for node scaling. **Anything else you would like to...
NLB support
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] As an engineer looking to deploy Kubernetes with CAPA I would like...
There is a new logging guideline in CAPI and following this guideline and making logs consistent with CAPI will improve UX. Guideline: https://github.com/kubernetes-sigs/cluster-api/pull/6969 and this is the CAPI implementation: https://github.com/kubernetes-sigs/cluster-api/pull/6150...
/kind refactor **Describe the solution you'd like** SInce we have got a lot of input scope parameters to reconcile functions in controllers, it would be good to add an input...
/kind bug **What steps did you take and what happened:** 1. Spin up a bootstrap cluster in Kind 2. Create a new target cluster with at least one `AWSMachinePool` defined...
/kind cleanup /area admin /triage accepted /priority important-soon **Describe the solution you'd like** We need to update the GitHub team memberships for the following teams: - cluster-api-provider-aws-admins - cluster-api-provider-aws-maintainers So...
/kind cleanup /area admin /triage accepted /priority important-soon **Describe the solution you'd like** We need to update the [OWNERS](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cluster-api-provider-aws/OWNERS) file for our jobs in Prow to match the current approvers...
Our e2e test suite is growing, and as a consequence takes more time ( ~1.5 hours) to finish. Not all the tests are giving valuable signal to run as a...
/kind bug **What steps did you take and what happened:** When I declare spotInstance on a new AWSMachineTemplate, like this: ```diff --- a/clusters/infrastructure.cluster.x-k8s.io-v1beta1.AWSMachineTemplate-xxx-v1.yaml +++ b/clusters/infrastructure.cluster.x-k8s.io-v1beta1.AWSMachineTemplate-xxx-v2.yaml @@ -1,11 +1,13 @@ apiVersion:...