Allow externalTrafficPolicy configuration on Service #622
Wouter0100
started this conversation in
Feature Requests
Replies: 2 comments 4 replies
|
We have found other problems with this option, since Konnectivity fails to work with |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.externalTrafficPolicytoLocal, 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:All reactions