You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on #2190 and #2174 the behavior of shared Loadbalancers were refactored. It is no longer possible to share internal Loadbalancer services. Since we rely on this behavior and let 2 services share a single LoadBalancer I'd like an option to reenable this feature.
One idea I have is that we prevent other "child" services to attach a FIP to the LoadBalancer and print a warning event explaining the situation. That way only owner of the service manages it's state, which would be acceptable to me. If that is too risky, we could add an annotation to "allow the risk".
Best regards,
Justin Lamp
The text was updated successfully, but these errors were encountered:
I use service.beta.kubernetes.io/openstack-internal-load-balancer: "true" for ingress forwarding and would like to have DNS ports (TCP/UDP) forwarded on the same IP.
Hey,
based on #2190 and #2174 the behavior of shared Loadbalancers were refactored. It is no longer possible to share internal Loadbalancer services. Since we rely on this behavior and let 2 services share a single LoadBalancer I'd like an option to reenable this feature.
One idea I have is that we prevent other "child" services to attach a FIP to the LoadBalancer and print a warning event explaining the situation. That way only owner of the service manages it's state, which would be acceptable to me. If that is too risky, we could add an annotation to "allow the risk".
Best regards,
Justin Lamp
The text was updated successfully, but these errors were encountered: