voyagermesh/voyager

AWS LoadBalancer externalTrafficPolicy local

Opened this issue · 1 comments

Is there a particular reason that you don't allow AWS LoadBalancer services to be created with externalTrafficPolicy: local here?

This is causing issues for me, as externalTrafficPolicy: cluster does not work in my clusters (which are custom built k8s on top of AWS ec2, not EKS).

Mentioned this in this comment as well, but creating a new issue as well since my problem is not really related directly to ALB/NLB, and it is causing some serious issues for me.

Kubernetes NLB support has been added after the original implementation of Voyager. Please open a pr, if you want to add this feature.