aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
### Description Add the ability to target Services in different namespaces within a `FowardActionConfig.TargetGroupTuple` by providing an optional `ServiceNamespace` field. When this field is not provided, the namespace will default...
### Issue resolves https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3823 ### Description This PR adds a new flag to the controller, `--leader-election-lease-duration` will be responsible for externalizing and controlling the `LeaseDuration` of a `Lease` owned by...
**Describe the bug** On a fresh kubernetes cluster - I am deploying an ingress it successfully deploys, i wait for all resources to be up and im able to access...
**Describe the bug** I try to configure ALBC as described here: https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/use_cases/self_managed_lb/ and here: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.8/guide/targetgroupbinding/spec/. But for some reason is not working. ALBC associate my service with the Load Balancer,...
**Is your feature request related to a problem?** https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/deploy/subnet_discovery/ Currently assigning subnets to your ALB requires access to adding tags to the VPC. This introduces challenges in permission (users does...
**Describe the bug** [Installation documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/installation/) doesn't reflect, or reference, the supported [AWS LBC Helm install configuration options](https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller#configuration). There is the [Controller command line flags](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/configurations/#controller-command-line-flags) section in the [Controller configuration options](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/configurations/)...
**Describe the bug** The controller logs the error and stops reconciling any Ingresses, instead of just ignoring the problematic one **Steps to reproduce** For instance, creating a Service with OIDC...
Hi, I have to expose **a service** in multiples ways (OIDC, IP filtering, etc..) but to do that I have to create **multiple `Ingress`es**. Every time I create a new...
### Issue Fixes bug #3743 ### Description Added one more check validating if `currentIPAddressType` is updated the same as `desiredIPAddressType` (defined in the service configuration) when the IP Address Type...
### Description This PR is based on https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3575 It tries to follow @oliviassss [suggestion](https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3575#discussion_r1612099488) By default, it changes nothing. When it is set, it will disable it at `ServiceAccount` level...