Kishor Joshi
Kishor Joshi
There was an earlier feature request - https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2030 The managed prefix list doesn't help overcome the SG rules quotas, but this is a good feature otherwise. k8s expects loadBalancerSourceRanges to...
This appears to be an issue on the resource tagging apis. We are following up with the ELB team for further investigation.
@yasin-kismet, can you verify where the workflow for deploying the applications install the aws-load-balancer-controller for each app? We currently don't support multiple controller instances in the same cluster.
@yasin-kismet, I'm closing this issue since it doesn't appear to be an issue with the controller. If you have further concerns, feel free to reach out to us.
@m477r1x, couple of things - With v2.2.4 controller, you can configure ssl-redirect via the annotation `alb.ingress.kubernetes.io/ssl-redirect`, for further details, you can refer to the live docs - https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/#ssl-redirect - I...
@crawforde, what is your controller version? did you apply `alb.ingress.kubernetes.io/ssl-redirect` annotation?
@m477r1x, @crawforde, would you be able to share your complete manifest and the model generated by the controller? You can get the model from the controller logs. Also if there...
@tooptoop4, in case you reorder the subnets, does the created ALB contain subnets that are full? The subnet auto-discovery feature [[live-doc](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/deploy/subnet_discovery/)], excludes subnets without enough IP addresses. In case of...