-
Notifications
You must be signed in to change notification settings - Fork 3.4k
option: add LoadBalancerUsesDSR() helper #26898
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
option: add LoadBalancerUsesDSR() helper #26898
Conversation
/test |
bcf9332
to
6c8a921
Compare
This pull request has been automatically marked as stale because it |
6c8a921
to
5577ef6
Compare
/test |
5577ef6
to
b2f0825
Compare
b2f0825
to
6292a93
Compare
/test |
This pull request has been automatically marked as stale because it |
This pull request has not seen any activity since it was marked stale. |
Spelling out the different modes that imply DSR is more robust than saying "if it's not SNAT, it must be DSR". Suggested-by: Lorenz Bauer <lmb@isovalent.com> Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
6292a93
to
69a92ba
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code clarity++ 👍
Spelling out the different modes that imply DSR is more robust than saying
"if it's not SNAT, it must be DSR".
As discussed in #25553 (review).