-
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
UPSTREAM: 47731: Use endpoints informer for the endpoint controller. #15067
UPSTREAM: 47731: Use endpoints informer for the endpoint controller. #15067
Conversation
[test] |
Going to hold for 3.6.1 potentially [test] again |
8afdf12
to
b0ab35e
Compare
Updated this PR after kube-1.7 rebase landed. |
Lgtm for 1.7, [merge] to get soak time on master |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 1 |
Evaluated for origin merge up to b0ab35e |
[test] |
Evaluated for origin test up to b0ab35e |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/3392/) (Base Commit: 8833a3a) (PR Branch Commit: b0ab35e) |
Automatic merge from submit-queue. Cherry-pick #15067 endpoints fixes. cc @sjenning @eparis @derekwaynecarr This is a cherry-pick of #15067 to prevent too-frequent processing of endpoint updates. https://bugzilla.redhat.com/show_bug.cgi?id=1481603 Here's the original text of #15067 as written by @aveshagarwal: > Fixes #14710 > > Note: I had to manually merge changes and due to this, the commits might not match exactly. > > It has following 2 complete upstream PRs: > kubernetes/kubernetes#47731 (with some modifications/additions). > kubernetes/kubernetes#47788 > > And one partial PR to make above PRs compile: > kubernetes/kubernetes#44408 (Edited to fix bz link -- originally sent with wrong bug)
@derekwaynecarr @smarterclayton
Fixes #14710
Note: I had to manually merge changes and due to this, the commits might not match exactly.
It has following 2 complete upstream PRs:
kubernetes/kubernetes#47731 (with some modifications/additions).
kubernetes/kubernetes#47788
And one partial PR to make above PRs compile:
kubernetes/kubernetes#44408