mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #87449 from SataQiu/fix-kube-proxy-20200122
kube-proxy: fix incorrect log information
This commit is contained in:
commit
e41bb325c2
@ -240,7 +240,7 @@ func (c *EndpointSliceConfig) handleAddEndpointSlice(obj interface{}) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
for _, h := range c.eventHandlers {
|
for _, h := range c.eventHandlers {
|
||||||
klog.V(4).Infof("Calling handler.OnEndpointSliceUpdate %+v", endpointSlice)
|
klog.V(4).Infof("Calling handler.OnEndpointSliceAdd %+v", endpointSlice)
|
||||||
h.OnEndpointSliceAdd(endpointSlice)
|
h.OnEndpointSliceAdd(endpointSlice)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user