Skip to content
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

Allow setting ExternalTrafficPolicy for k8s dataplane proxy service #231

Closed
sentinelleader opened this issue Apr 26, 2024 · 2 comments
Closed

Comments

@sentinelleader
Copy link

Problem Statement

For cloud providers like azure and gcp, they dont support proxy protocol and the only way to setup client ip preservation is by setting ExternalTrafficPolicy to local in the lb service spec. Currently KGO don't expose setting this for the dataplane service
...

Proposed Solution

Extend ServiceOptions to include more k8s service overrides

Additional Information

https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-client-source-ip-preservation-works-for-loadbalancer/ba-p/3033722

@pmalek
Copy link
Member

pmalek commented May 6, 2024

@sentinelleader #241 contains the draft of API change.

@pmalek
Copy link
Member

pmalek commented May 20, 2024

#241 has been merged. It's already available in nightly and will land in 1.3

@pmalek pmalek closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants