-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Restore the service proxier when unidling is disabled #10667
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
Restore the service proxier when unidling is disabled #10667
Conversation
@DirectXMan12 PTAL |
[test] |
@DirectXMan12 on line 479 is it okay to call SyncLoop on the idler proxy (or is it even preferable?) |
@knobunc yeah, we should have been calling it on the hybrid proxy all along. We didn't "miss" it because the functionality in the userspace proxy's sync code is just |
[testextended][extended:core(idling)] |
ee7669d
to
921da85
Compare
[testextended][extended:core(idling)] |
921da85
to
babed07
Compare
[testextended][extended:core(idling)] |
The unidling code change had inadvertently removed the proxier when idling was disabled. This change restores the default proxier (userspace or iptables depending on the config). Bug 1370435
babed07
to
07c01a6
Compare
[testextended][extended:core(idling)] |
Evaluated for origin testextended up to 07c01a6 |
Evaluated for origin test up to 07c01a6 |
continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/446/) (Extended Tests: core(idling)) |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8507/) (Image: devenv-rhel7_4939) |
Evaluated for origin merge up to 07c01a6 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8507/) |
I entered https://bugzilla.redhat.com/show_bug.cgi?id=1370680 so we remember to reenable the UDP test. |
The unidling code change had inadvertently removed the proxier when
idling was disabled. This change restores the default proxier
(userspace or iptables depending on the config).
Bug 1370435