kube-proxy: fix incorrect log information

This commit is contained in:
SataQiu 2020-01-22 16:35:58 +08:00
parent 03a99c5056
commit c4f7308e11

View File

@ -240,7 +240,7 @@ func (c *EndpointSliceConfig) handleAddEndpointSlice(obj interface{}) {
return
}
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)
}
}