-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add no_masq_local to weave network options. #5812
Conversation
/assign @chrislovecnm |
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.
Looks good, thanks!
/ok-to-test |
Thanks for the PR @arturo-c! Just one extra thing to change, can you bump the relevant version here (e.g. to This is so that the new addition in the manifest file will be picked up and updated. |
@KashifSaadat done |
Great, thanks! /lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arturo-c, KashifSaadat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hello,
What am I doing wrong? Thanks, Zeljko |
forget it, I used capital N, NoMasqLocal, inzstead of noMasqLocal. Another thing - after updating cluster, and doing rolling-update --yes, it said that no rolling update required, but I do not see in weave-net pod spec this new option, even after I delete pod and it gets re-created - any idea why? |
Hello, Even after updating cluster with this option, weave-net pods do not respect it, not in pod spec:
In KOPS:
What is wrong here? |
This was an option that was added weave > 2.4.0 weaveworks/weave#2924 to use the k8s feature
externalTrafficPolicy: Local
on services to preserve the sourceIp. https://kubernetes.io/docs/tutorials/services/source-ip/