-
Notifications
You must be signed in to change notification settings - Fork 370
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
Automated cherry pick of #3295: Fix NodePort/LoadBalancer issue when proxyAll is enabled #3329
Automated cherry pick of #3295: Fix NodePort/LoadBalancer issue when proxyAll is enabled #3329
Conversation
When proxyAll is enabled, create a NodePort/LoadBalancer Service whose externalTrafficPolicy is Cluster, then only an OVS group with all Endpoints will be installed. If change externalTrafficPolicy of the Service from Cluster to Local, an OVS group with only local Endpoints should be also installed since externalTrafficPolicy is Local, but it is not. This patch fixes the issue that OVS group with only local Endpoints is not installed when externalTrafficPolicy of Service is changed from Cluster to Local. Signed-off-by: Hongliang Liu <[email protected]>
/test-all-features-conformance |
Codecov Report
@@ Coverage Diff @@
## release-1.4 #3329 +/- ##
===============================================
+ Coverage 59.80% 60.91% +1.11%
===============================================
Files 290 290
Lines 24543 24550 +7
===============================================
+ Hits 14677 14955 +278
+ Misses 8260 7971 -289
- Partials 1606 1624 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test-all |
2 similar comments
/test-all |
/test-all |
/test-e2e |
/skip-e2e which failed on unrelated test: TestFlowAggregator |
Cherry pick of #3295 on release-1.4.
#3295: Fix NodePort/LoadBalancer issue when proxyAll is enabled
For details on the cherry pick process, see the cherry pick requests page.