Marco Braga
Marco Braga
**What happened**: The controller is leaking load balancers when the annotation `service.beta.kubernetes.io/aws-load-balancer-type` is updated (added or removed). This is not something usual, but it's a valid user flow that can...
**What happened**: A breaking change in the subnet auto-discovery of Service load balancer has been introduced by the PR: https://github.com/kubernetes/kubernetes/pull/97431. Prior to this change, the AWS Cloud Controller Manager (CCM)...
**What would you like to be added**: Support for dual-stack Network Load Balancers (NLB) within the Kubernetes Cloud Controller Manager (CCM) for AWS. This enhancement would enable the provisioning of...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: This PR fixes a leaked security group (SG) when a Service type-loadBalancer (CLB)...
**What happened**: Security Group leak when annotation `service.beta.kubernetes.io/aws-load-balancer-security-groups` (BYO SG) is added to existing Service type-loadBalancer CLB. **What you expected to happen**: To be discussed with community: Options I can...