aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** Right now, if two Ingresses share an ALB, then both of them need an identical `alb.ingress.kubernetes.io/tags` annotation. I want to have different `Name` tags for each Ingress,...
**Describe the bug** Upgrading ALB controller on EKS 1.28 from version 2.6 to 2.7 below error is thrown root@ubuntu-xenial:/vagrant/clus_upgrade/to_1.29# **kubectl apply -f v2_7_0_full.yaml** customresourcedefinition.apiextensions.k8s.io/ingressclassparams.elbv2.k8s.aws configured customresourcedefinition.apiextensions.k8s.io/targetgroupbindings.elbv2.k8s.aws configured role.rbac.authorization.k8s.io/aws-load-balancer-controller-leader-election-role unchanged clusterrole.rbac.authorization.k8s.io/aws-load-balancer-controller-role...
**Describe the bug** We are trying to add tags dynamically to application load balancer. **Steps to reproduce** helm install aws-load-balancer-controller eks/aws-load-balancer-controller --namespace kube-system --set clusterName=$EKS_CLUSTER_NAME --set vpcId=$VpcId --set region=$REGION **--set...
**Describe the bug** I use pod readiness gate with alb **ip mode**. When a new pod is ready (after deployment or scaling), pod readiness gate is waiting too long (~15-16mins)...
Bumps [github.com/gavv/httpexpect/v2](https://github.com/gavv/httpexpect) from 2.9.0 to 2.16.0. Release notes Sourced from github.com/gavv/httpexpect/v2's releases. v2.16.0 Bump minimum Go version to 1.19 Rename Response.ContentType/ContentEncoding/TransferEncoding to HasXxx (#252) Add Request.WithReporter and WithAssertionHandler (#234) Add...
### Issue ### Description 1. Updated prow script for internal CI jobs running in isolated regions 2. added the cleanup step in multi_path_backend_test in AfterEach() 3. Add test coverage for...
### Issue The controller removes listeners not recognized by itself. In some deployments, listeners are created outside of the controller and managed externally. We need a way to tell the...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1572 ### Description It's a first try to get some support to register and deregister endpoints to an existing endpointgroup. Because users are limited to one endpointgroup per...
In the annotations docs it says that `aws-load-balancer-manage-backend-security-group-rules` defaults to true: https://github.com/kubernetes-sigs/aws-load-balancer-controller/blame/main/docs/guide/service/annotations.md#L52 ``` [service.beta.kubernetes.io/aws-load-balancer-manage-backend-security-group-rules](#manage-backend-sg-rules) | boolean | true ``` However in the security docs the writing implies that it needs...
In case of hybrid Linux/Windows cluster - the windows worker node can be chosen for aws-load-balancer-controller pod. Node selector needs to be added: nodeSelector: kubernetes.io/arch: amd64 kubernetes.io/os: linux