Allow externalTrafficPolicy configuration on Service #622
Replies: 2 comments 4 replies
-
Definitely useful, although this looks more like a network configuration: we recently merged #620 and #611 in the |
Beta Was this translation helpful? Give feedback.
-
We have found other problems with this option, since Konnectivity fails to work with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're using BGP to announce the LoadBalancer service created by Kamaji for a tenant control plane. As an improvement, we'd like to directly route traffic to nodes that're actually running the tenant control plane pods.
Specifically, we want to set the
spec.externalTrafficPolicy
toLocal
, which is currentlyCluster
(the default).How would you like to have this implemented in the Kamaji TCP spec?
What we would be able to do is something like:
or, to have it the same as
additionalMetadata
:Beta Was this translation helpful? Give feedback.
All reactions