-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 flag to masquerade all in kube-proxy when using iptables proxier #12986
Add flag to masquerade all in kube-proxy when using iptables proxier #12986
Conversation
/cc @thockin @MikaelCluseau |
GCE e2e build/test passed for commit 879cf1a6484072088c15f678ab34ac357e535838. |
LGTM, thanks :-) |
GCE e2e build/test passed for commit dcc0c0bc6b39c39f1731ae8b709c70be384a2827. |
Yw! Just doing a few more little things before GSoC ends. I think in general we need a lot more e2e. It's on @thockin's list of
|
Yeah e2e is on me before we can enable this new proxier. Time ran out for On Thu, Aug 20, 2015 at 12:56 PM, Benjamin Elder notifications@github.com
|
@@ -61,6 +61,7 @@ type ProxyServer struct { | |||
ForceUserspaceProxy bool | |||
SyncPeriod time.Duration | |||
nodeRef *api.ObjectReference // Reference to this node. | |||
SnatAll bool |
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.
don't mix-case acronyms in Go.
MasqueradeAll or SNATAll.
Naming, then LGTM |
On 08/21/2015 09:24 AM, Tim Hockin wrote:
I'll try to help, but I haven't coded much in/around Kubernetes. I'm |
Any help is appreciated! e2e is tedious but SO SO important. I have a On Thu, Aug 20, 2015 at 3:31 PM, Mikaël Cluseau notifications@github.com
|
Okay, I'll pick one, or you can assign me one to begin with. I'll probably only have week-end time on this, though. |
Renamed everything to |
LGTM |
GCE e2e build/test passed for commit cbfaf2d9ce594b5d4c7fa47bd14ea7ac0ed5ec2e. |
Will squash in a sec.
|
Gotta fix the known-flags file again. Will fixup. |
Should be fixed. |
GCE e2e build/test failed for commit 17afba8a3ce4f743ae42debe7b880b4ffd6a39c1. |
Still lgtm |
GCE e2e build/test failed for commit 1f2076c. |
For e2e: Looks like all the tests passed but the build timed out? |
@k8s-bot test this please |
GCE e2e build/test failed for commit 1f2076c. |
huh.
|
If you run it by hand - does it pass? |
@k8s-bot test this please |
Not sure yet, I didn't expect e2e to be effected, it should still be On Fri, Aug 21, 2015 at 1:12 AM, Tim Hockin notifications@github.com
|
I kicked the tester again. let's see... On Thu, Aug 20, 2015 at 10:15 PM, Benjamin Elder notifications@github.com
|
GCE e2e build/test passed for commit 1f2076c. |
Add flag to masquerade all in kube-proxy when using iptables proxier
This closes #12843