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 feature **What this PR does / why we need it**: For Cilium [in AWS ENI mode](https://docs.cilium.io/en/latest/network/concepts/ipam/eni/), or other CNIs that can use a...
/kind feature **Describe the solution you'd like** We introduced GC in v1.5.0 in Aug 2022. I propose that we graduate this feature and enable it by default. **Anything else you...
This issue is to track graduation of the Eventbridge feature, which currently only watches instance state change events. There are other type of CloudWatch events that can be watched and...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] running `clusterawsadm bootstrap iam create-cloudformation-stack` exits with error. **What did...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) from 2.2.2 to 2.2.4. Release notes Sourced from github.com/sigstore/cosign/v2's releases. v2.2.4 Bug Fixes Fixes for GHSA-88jx-383q-w4qc and GHSA-95pr-fxf5-86gv (#3661) ErrNoSignaturesFound should be used when there is no signature...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: In Gomega, when Eventually().Should() fails, the failure returns a ``` [FAILED] Timed out...
**What type of PR is this?** /kind support **What this PR does / why we need it**: Opening this as per discussion at: https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4949#issuecomment-2072971287 This PR starts publishing the nightly...
Bumps the dependencies group in /hack/tools with 1 update: [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools). Updates `sigs.k8s.io/controller-tools` from 0.14.0 to 0.15.0 Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.15.0 What's Changed :sparkles: Markers can now indicate...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] The following creation of AWS Fargate Profile failed. ```yaml apiVersion:...
/kind feature **Describe the solution you'd like** The ability to skip the creation of a NAT Gateway when using CAPI-managed VPC but with [fully private networking](https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/3711). This wouldn't need to...