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 have older helmcharts and what not and we would like to migrate to using the AWS LB Controller. The problem is...
**Describe the solution you'd like** I need to add a cookie value to http header, just like the nginx ingress controller ``` nginx.ingress.kubernetes.io/configuration-snippet: "proxy_set_header X-User-Id $cookie__id;" ```
### Issue ### Description Customers may be confused or surprised when an annotation on a service is updated, and the configuration of the corresponding load balancer is not updated. Customers...
**Describe the bug** The controller is failing to create a target group based on the provided policy. ``` User: arn:aws:sts::123:assumed-role/AWSALBIngressController_3f2bb898eae5ea79ebdb9cb3514f5ec6/1655374570081000102 is not authorized to perform: elasticloadbalancing:AddTags on resource: arn:aws:elasticloadbalancing:us-west-2:123:targetgroup/foo/* ```...
Hello! This follows #1928 We are using `v2.1.2` of the ingress controller together with the external-dns `v0.7.6` We have a couple of pain points using your ingress controller when doing...
Related to #1302. Reviewing the required IAM policy for the v2 controller, it appears that there is some duplication. There are two statements providing "ec2:AuthorizeSecurityGroupIngress" and "ec2:RevokeSecurityGroupIngress". This [more restricted](https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/842b95e8b0c0ec3bf6b46d0e8d83da2d1b710647/docs/install/iam_policy.json#L97-L110)...
### Issue #2042 ### Description Earlier if at least 1 ingress in the group has an invalid annotation the rest of the ingresses in the group aren't took into account...
**Describe the bug** I am trying to install multiple, differently configured instances of the ALB controller into `kube-system` namespace. It won't work because the first instance claims ownership of `aws-load-balancer-tls`...
**Describe the bug** TargetGroupBinding allow to specify TG arn. I am using targetGroupBinding twice on both cluster to see if targets (pods) show up from both clusters in the targetGroup....
We are planning to upgrade the controller version to v2 but we couldn't find any exact steps to install the v2.0.1 helm chart in the migration guide. Please confirm if...