Skip to content

Commit

Permalink
Merge pull request kubernetes#103139 from sbangari/automated-cherry-p…
Browse files Browse the repository at this point in the history
…ick-of-#103138-upstream-release-1.20

Automated cherry pick of kubernetes#103138: Loadbalancer IngressIP policy should be configured as non-DSR
  • Loading branch information
k8s-ci-robot authored Jul 10, 2021
2 parents 2e94d90 + b445dc6 commit 2d04569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proxy/winkernel/proxier.go
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ func (proxier *Proxier) syncProxyRules() {
}
hnsLoadBalancer, err := hns.getLoadBalancer(
lbIngressEndpoints,
loadBalancerFlags{isDSR: svcInfo.preserveDIP || proxier.isDSR || svcInfo.localTrafficDSR, useMUX: svcInfo.preserveDIP, preserveDIP: svcInfo.preserveDIP, sessionAffinity: sessionAffinityClientIP, isIPv6: proxier.isIPv6Mode},
loadBalancerFlags{isDSR: svcInfo.preserveDIP || svcInfo.localTrafficDSR, useMUX: svcInfo.preserveDIP, preserveDIP: svcInfo.preserveDIP, sessionAffinity: sessionAffinityClientIP, isIPv6: proxier.isIPv6Mode},
sourceVip,
lbIngressIP.ip,
Enum(svcInfo.Protocol()),
Expand Down

0 comments on commit 2d04569

Please sign in to comment.