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

Fix bug in kube-proxy of not updating iptables rules if a service's public IPs change #6123

Merged
merged 1 commit into from Mar 30, 2015

Conversation

a-robinson
Copy link
Contributor

And add tests to catch the bug. Ran into this while testing #5180.

@a-robinson
Copy link
Contributor Author

Updated based on suggestion in #6061.

waitForNumProxyLoops(t, p, 1)
}

func TestUDPProxyUpdatePublicIPs(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't need TCP and UDP - this has nothing to do with ports, rigth?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, good point. Removed.

public IPs change, and add tests to catch the bug.
thockin added a commit that referenced this pull request Mar 30, 2015
Fix bug in kube-proxy of not updating iptables rules if a service's public IPs change
@thockin thockin merged commit c03b0ec into kubernetes:master Mar 30, 2015
@ghost
Copy link

ghost commented Mar 30, 2015

Thanks Tim. Sorry - I just noticed this now :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants