Skip to content

Commit

Permalink
Clear initial UDP conntrack entries for loadBalancerIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ekman committed Sep 25, 2021
1 parent a53e2ea commit 4d6db6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/proxy/ipvs/proxier.go
Expand Up @@ -1025,6 +1025,9 @@ func (proxier *Proxier) syncProxyRules() {
for _, extIP := range svcInfo.ExternalIPStrings() {
staleServices.Insert(extIP)
}
for _, extIP := range svcInfo.LoadBalancerIPStrings() {
staleServices.Insert(extIP)
}
}
}

Expand Down

0 comments on commit 4d6db6f

Please sign in to comment.