mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Clear initial UDP conntrack entries for loadBalancerIPs
This commit is contained in:
parent
a53e2eaeab
commit
4d6db6f1fc
@ -1025,6 +1025,9 @@ func (proxier *Proxier) syncProxyRules() {
|
|||||||
for _, extIP := range svcInfo.ExternalIPStrings() {
|
for _, extIP := range svcInfo.ExternalIPStrings() {
|
||||||
staleServices.Insert(extIP)
|
staleServices.Insert(extIP)
|
||||||
}
|
}
|
||||||
|
for _, extIP := range svcInfo.LoadBalancerIPStrings() {
|
||||||
|
staleServices.Insert(extIP)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user