-
Notifications
You must be signed in to change notification settings - Fork 3.4k
envoy: Update to use original source address also for external destinations #32331
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
envoy: Update to use original source address also for external destinations #32331
Conversation
/test |
Can you link to the corresponding cilium-envoy changes? And what's the procedure for rolling out a change to both repositories -- do we tag a new c-e version first, or use a -dev image until release day, then tag both at the same time? |
Added link to the PR into the description. Currently we do not tag cilium-envoy releases. Release builds are made from each merge to main and release branches, so updating cilium agent repo to those can be merged without any further process.
|
3b2ce97
to
ad10530
Compare
ad10530
to
52b3306
Compare
Rebased to resolve context conflict in images/cilium/Dockerfile |
/test |
52b3306
to
b5ad4c0
Compare
Rebased for trivial Dockerfile conflict |
/test |
…ations Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
Support original source address regardless of the datapath mode. This allows Envoy to use original source address also in the tunnel datapath modes. Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
b5ad4c0
to
cfc0daf
Compare
rebased due to images no longer being available for the last test |
/test |
Update
cilium-envoy
to use original source address also for external destinations.Change to support original source addressing regardless of the datapath mode.
Related cilium-envoy change: cilium/proxy#742