aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Is your feature request related to a problem?** We're looking to use the AWS lb controller to manage load balancers on our Kubernetes fleet. Our ingress pods run in the...
**Describe the bug** I am trying to update target group attributes but alb controller is logging below log. But, my attributes not include any slow start config. This error effect...
### Issue This PR will address the issue raised: #3644 ### Description This PR introduces a new runtime argument, aws-vpc-tags which is used to identify VPCs from the list of...
**Is your feature request related to a problem?** We are building a multi-tenant system, where - webserver deployment is exposed as a k8s `Service` - each tenant has their own...
### Issue FIxes: #2729 ### Description Add option to set the cluster name using envFrom. for example, in values.yaml file: ```shell envFrom: valueFrom: - secretRef: name: aws-load-balancer-controller clusterName: ${clusterName} ```...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3649 ### Description Bumped the versions of all the `k8s.io` libraries to their latest `v0.29.x` versions: ``` grep k8s.io go.mod | grep -v indirect | awk '/0.26/ {print...
### Issue ### Description This adds a `alb.ingress.kubernetes.io/load-balancer-name-prefix` annotation. This is useful for being able to control the name of the created load balancer without needing to specify a fully...
**Is your feature request related to a problem?** Elastic Load Balancing team recently released `HTTP client keepalive duration` which can be configured for ALBs -> https://aws.amazon.com/about-aws/whats-new/2024/03/application-load-balancer-http-keepalive-duration/ This keepalive value specifies...
### Issue ### Description This PR adds an option in aws-load-balancer-controller helm chart to specify extra annotations to both mutating and validating webhook. ### Checklist - [ ] Added tests...
### Description When monitoring target groups by importing cloudwatch metrics it's tricky to see what service an alert corresponds to. This PR adds a relation metric called `aws_target_group_info` that you...