Olivia Song
Olivia Song
@sosheskaz, thanks for the clarification, we will discuss this internally
@tomelliff, thanks for the details. It's an expected behavior that the controller error out when there are multiple ssl policies on ingresses under the same ingress group, since for one...
@tomelliff, yeah I agree there could be a potential improvement. For example, if conflicting ssl policies specified in various ingresses under the same ingress group, the controller could have a...
@shiyuhang0 Hi, we have in our roadmap to support existing ALB/NLB for the LBC. We're tracking it in https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/228 https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2638
@prashcr, thanks for bringing this up, feel free to raise a PR.
/kind documentation
@pranavnateri can you please double check if these subnets are under the vpc `vpc-0b3f9a142f4370b89` as specified in your args. Also the available IP address should be more than 8 in...
@Vad1mo Thanks for the detailed info. The error log indicates the controller failed to resolve subnets, so I think it might be some transition issue when you deleted and recreated...
The credentials are statically stored, the recommend way is to use IRSA which retrieve temporary credentials. Why not use the recommended IRSA to configure credentials in your use case?
@arkadiyt, we are supporting AWS RGT API as an alternative to solve this issue since v2.5.2. You can check our [release note](https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v2.5.2) for more detailed info on how to enable...