mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
Clear initial UDP conntrack entries for loadBalancerIPs
This commit is contained in:
@@ -1025,6 +1025,9 @@ func (proxier *Proxier) syncProxyRules() {
|
||||
for _, extIP := range svcInfo.ExternalIPStrings() {
|
||||
staleServices.Insert(extIP)
|
||||
}
|
||||
for _, extIP := range svcInfo.LoadBalancerIPStrings() {
|
||||
staleServices.Insert(extIP)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user