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.
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.1 to 8.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when using working-directory...
**What type of PR is this?** /kind support **What this PR does / why we need it**: Fixes regarding development environment for devcontainers and devbox: * Using go base image...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.68.0 to 1.4.0. Release notes Sourced from github.com/open-policy-agent/opa's releases. v1.4.0 This release contains a security fix addressing CVE-2025-46569. It also includes a mix of new features, bugfixes,...
**What type of PR is this?** feature **What this PR does / why we need it**: We are looking at migrating away from the managed addons (specifically kube-proxy) and wanting...
**What type of PR is this?** /kind design **What this PR does / why we need it**: We have a function called `LaunchTemplateNeedsUpdate` that checks different `LaunchTemplate` fields in the...
Create a new EKS e2e test that is a minimalist quick test that will be invoked on every PR as a sanity tests. This is an example on the non-eks...
/kind bug **What steps did you take and what happened:** ``` Visit the [Cluster API documentation on E2E][cluster_api_e2e] for information on how to develop and run e2e tests. [cluster_api_e2e]: https://cluster-api.sigs.k8s.io/developer/e2e.html...
/kind feature **Describe the solution you'd like** EC2 introduced a mechanism, "[EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-with-ec2-instance-connect-endpoint.html)" to make SSH connections to nodes without public IPs. This mechanism requires creating an endpoint in...
Update calls in the following packages and files. Note that this is not necessarily an exhaustive list. ./pkg/cloud/services/secretsmanager/mock_secretsmanageriface ./pkg/cloud/services/secretsmanager/mock_secretsmanageriface/secretsmanagerapi_mock.go ./pkg/cloud/services/mock_services/secretsmanager_machine_interface_mock.go
**What type of PR is this?** /kind bug **What this PR does / why we need it**: When creating a `AWSManagedMachinePool`, the controller lacks necessary IAM permissions. This aims to...