-
Notifications
You must be signed in to change notification settings - Fork 40k
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
azure: loadbalancer rules use DSR #36256
azure: loadbalancer rules use DSR #36256
Conversation
I have this built and pushed to |
LGTM. |
@k8s-bot test this |
Jenkins unit/integration failed for commit 8c8fbbaaa47c00c5249448bb9f89745f0674d81f. Full PR test history. The magic incantation to run this job again is |
8c8fbba
to
23454c1
Compare
Jenkins GCE e2e failed for commit 23454c1. Full PR test history. The magic incantation to run this job again is |
@k8s-bot cvm gce e2e test this |
Automatic merge from submit-queue |
What this PR does / why we need it:
Enables "direct server return" on the load balancer in Azure, which causes the DIP to be preserved when traffic goes through the load balancer. This enables service traffic to go to the Service Port rather than having to go through the NodePort.
Special notes for your reviewer:
N/A.
Tested with...:
Ensuring that both services got external IPs and that the resources created looked correct.
Release note:
CC: @brendandburns
This change is