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.
Added a check to ensure that the nodegroup version is not nil before dereferencing it. This prevents potential runtime panics due to nil pointer dereference. **What type of PR is...
This commit addresses a panic error that occurs when attempting to delete a taint in AWSManagedMachinePool. The issue was caused by a nil pointer dereference when the taint's value was...
Bumps the dependencies group with 15 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` |...
/kind bug **What steps did you take and what happened:** In the [AWS docs](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-register-targets.html#register-instances), it's stated that registering an instance with LB target groups is only possible if the instance...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] There are some situations that a machine deployed with BYO...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Recently, AWS changed the way VPC CNI is installed from manifest apply to...
:seedling: Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 in /hack/tools
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/internal/v1.6.0 1.6.0 (2024-04-16) Features Added Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions Added a collection of...
/kind bug **What steps did you take and what happened:** This issue was discovered by @jianlinliu, @gpei, and @yunjiang29. As the load balancer reconciliation currently stands, CAPA tries to check...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: We are comparing sets that are not compatible, so rules will always be...