aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3649 ### Description There is a similar [pr](https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3675) open for the kubernetes libs, but there haven't been any updates in a few weeks. In the comments of that...
**Describe the bug** The pods are getting registered to the targetGroupARN specified correctly but the. security groups in the nodes are not adjusted to allow the traffic from the load...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3634 ### Description Now, every time a `TargetGroupBinding` has the `alb.ingress.kubernetes.io/IamRoleArnToAssume` (and optionally `alb.ingress.kubernetes.io/AssumeRoleExternalId`) annotations, we assume it before interacting to it (actually, the assume role operation is...
**Is your feature request related to a problem?** [Worker node security groups selection](https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/9b4999b63ca90c53fb3dbe3c823b8ca7fa84ba3d/docs/guide/service/nlb.md#worker-node-security-groups-selection) is only mentioned under the [/docs/guide/service/](https://github.com/kubernetes-sigs/aws-load-balancer-controller/tree/9b4999b63ca90c53fb3dbe3c823b8ca7fa84ba3d/docs/guide/service) path. However, I have found through testing that this works the...
**Describe the bug** I believe there is an issue with the Helm chart, particularly in this line (https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/templates/deployment.yaml#L30). I think the logic should be inverted and the prometheus labels should...
Hello, It may sounds like a question, instead of request, but let we see. What's the problem we ( I ) experience is AWS LBC creates by default backed SG...
**Describe the bug** aws-lb-contoller restarts unexpectedly (happened multiple times already) when doing GET to configmap. **Steps to reproduce** Unknown **Expected outcome** Retry mechanism **Environment** * AWS Load Balancer controller version...
**Description:** I am encountering an issue when trying to integrate a Kubernetes Service with a pre-existing Network Load Balancer (NLB) that was created via Terraform. Despite correctly tagging the NLB...
**Describe the bug** The pods fail to run on EKS Nodes which are using AL2023 instead of AL2: ``` {"level":"info","ts":"2024-05-14T10:15:35Z","msg":"version","GitVersion":"v2.7.2","GitCommit":"fb6460383b75e937e24548e69b6732f49b88755c","BuildDate":"2024-03-22T21:39:56+0000"} {"level":"error","ts":"2024-05-14T10:15:38Z","logger":"setup","msg":"unable to initialize AWS cloud","error":"failed to introspect vpcID from EC2Metadata...
**Describe the bug** The AWS Load Balancer Controller admission webhook seems to be blocking deletion of any Ingress resource that is associated with an Ingress Class that has already been...