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.
I've found that the use of log format and logging levels are inconsistent in the repo. A few examples 1) Different log levels are used across reconcilers. ``` s.scope.V(2).Info("Reconciling network...
Starting from CAPI v1.3, Ginkgo v2 will be used (https://github.com/kubernetes-sigs/cluster-api/pull/6906). For bumping to CAPI 1.3 version, we should also migrate e2e tests to v2. /triage accepted /area dependency /priority important-longterm
/kind bug **What steps did you take and what happened:** - Create a workload cluster with the experimental EKS Control Plane - Create a MachinePool without specifying replicas and create...
**What type of PR is this?** /kind refactor **What this PR does / why we need it**: This PR moves clusterclass definitions out of kustomized_sources directory. **Which issue(s) this PR...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] A new feature was introduced in this pr: https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/3741 This is a...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Adds additional logic to removing vpc-cni pre-installed resources when you set disableVPCCNI to...
This is an automated cherry-pick of #3740 /assign dlipovetsky
/kind feature **Describe the solution you'd like** `AWSManagedMachinePool` has a field, `instanceType`, for specifying a single instance type. We should support a list of instance types that the underlying node...
/kind bug **What steps did you take and what happened:** I have a usecase where I need to create and delete 10s of clusters with unmanaged subnets every day and...
/kind bug **What steps did you take and what happened:** got this stack trace on a test recently, just want to document it with an issue and I'll make an...