Kishor Joshi
Kishor Joshi
Closing the issue since we are already tracking the feature request.
@ngoyal16, in this case you have two ingresses belonging to the same ingress group, without explicit ingress order so both of them get the default order of 0. Since both...
Currently path types from multiple rules in an ingress aren't merged. The sorting done as part of issue #2203 applies to the paths within a single rule only. We plan...
@matej-basic, did the controller create an HTTPS listener on your ALB as well? Do you see the SSL redirect configuration on your HTTP listener? Please share the model generated by...
@matej-basic, any updates?
@matej-basic, I'm closing the issue for now. If the issue still persists, feel free to reach out to us.
@bagel-dawg, we still do not support multiple VPC. You can configure the controller to a specific vpc than the default, but as you mentioned, it will be limited to that...
Closing this issue in favor of feature request #2652
The service resource models closely to the AWS NLB resource, so we don't intend to support single LB across multiple service resources. See if specifying multiple service ports helps your...
@TBBle, this is the correct issue for mixed protocol support. Once the MixedProtocolLBService feature gate is enabled, service of type LoadBalancer with mixed protocols should work fine without further changes...