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?** documentation **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will...
Bumps the dependencies group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.4` |...
**What type of PR is this?** /kind documentation **What this PR does / why we need it**: 📖 Add documentation for nightly builds **Release note**: ```release-note NONE ```
**What type of PR is this?** This PR adds functionality related to Subnet schema type, more details can be found in original issue #4784. Add one of the following kinds:...
/kind bug **What steps did you take and what happened:** ARN hardcoded with ":aws:" partition do not work with "us-gov" cloud. Implementation Issue: For few roles/policies arn partition is hardcoded...
/kind feature **Describe the solution you'd like** The PR for the NLB implementation is getting super big, so I'm extracting and writing an E2E test for it. Related to this...
/kind feature IRSA appears to have been complete for EKS clusters in #2054. My company currently uses non-EKS clusters in combination with IRSA. I'd like the ability to install IRSA...
/kind bug **What steps did you take and what happened:** When you create an `AWSManagedControlPlane` using BYO VPC and set the `secondaryCidrBlock` to a value, if you later delete the...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] A user should have the option to enable "auto-healing" upon Node Group...
/kind feature **Describe the solution you'd like** I'm attempting to migrate our existing clusters off ELBs to NLBs for a few reasons, one of them being the ability to privatize...