aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** Tags from `--default-tags` argument don't get applied to previously created "backend" security group. **Steps to reproduce** 1. Deploy chart with minimal config. 2. Create at least 1...
**Is your feature request related to a problem?** As an operator of the controller, I'd like to know how many ingresses and services the controller is "in control of." For...
### Issue Hi! I am using the LBC with Istio gateway ingress and the proxy protocol activated on the k8s service, but the health check port 15021 on the Istio...
targetGroupBinding failing when both cluster_security_group_tags and node_security_group_tags have the tag kubernetes.io/cluster/ Like NLB, we want to select additional tag for the controller to look for the security group if it...
Based on my understanding of code in this line https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/e5c21db1192315be31776007817365c946b723e8/pkg/k8s/pod_info_repo.go#L18 ALB controller tries to sync state of Pods on start-up in 2 seconds. With large amount of pods on EKS,...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @lukasauk made their first contribution in prometheus/client_golang#1494...
json: cannot unmarshal string into Go value of type ingress.Action
**Is your feature request related to a problem?** https://aws.amazon.com/about-aws/whats-new/2024/10/cross-zone-network-load-balancer-zonal-shift-autoshift/ https://docs.aws.amazon.com/elasticloadbalancing/latest/network/enable-zonal-shift.html **Describe the solution you'd like** Control this option via AWS LB Controller. **Describe alternatives you've considered** N/A This should work...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2173 ### Description Initial approach done [here](https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3840), but didn't handle all use cases such as instance target groups or clusters that share subnets. This new approach will work...
Hi, When I try to install the controller by helm in EKS , I have the error message: FailedCreate replicaset/aws-load-balancer-controller-6b8c57f774 Error creating: Timeout: request did not complete within requested timeout...