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