-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't set externalTrafficPolicy
when externalService
is ClusterIP
#266
Comments
+1 same here |
Same. Did anyone figure this out? |
I'll see if i can provide a PR for this |
What's the workaround, @WebSpider? |
Sorry, real life happend. Thanks for tagging me, ill PR tonight. Its a matter of putting an extra 'if' in the template that creates the service. |
How do we get this merged now? 😇 |
Hello, same issue here, I have a Octavia LoadBalancer in front of my K8S cluster (with Proxy Protocol, Maybe it can be a good thing to disable it by default, since most of the people running "heavy" apps like Mailu have load balancers in front of their cluster.. |
I'm hit as well - though my situation seems to be a little different. My local on-prem cluster is running MetalLB in order to create K8s services of type LoadBalancer complete with external IPs on my local network. I use it a lot - not least for services not running HTTP(S) like my Git server using SSH. And Mailu with all the different mail related ports. This has worked fine for a long time, but stopped working last night when I upgraded MetalLB to the latest incarnation. Everything worked fine - except for Mailu: It took some time to figure out why, but Why do you set it to |
Hello @larsskj, |
Describe the bug
I can't deploy the helm with the following
values.yaml
:I get the following error:
Environment
Additional context
I have an existing nginx ingress as
LoadBalancer
with correct TCP service forwarding.The text was updated successfully, but these errors were encountered: