mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
removed unnecessary log line
This commit is contained in:
parent
d2c9456963
commit
c58fec6ccf
@ -255,7 +255,6 @@ func (hcs *server) SyncEndpoints(newEndpoints map[types.NamespacedName]int) erro
|
||||
|
||||
for nsn, count := range newEndpoints {
|
||||
if hcs.services[nsn] == nil {
|
||||
klog.V(3).InfoS("Not saving endpoints for unknown healthcheck", "service", nsn)
|
||||
continue
|
||||
}
|
||||
klog.V(3).InfoS("Reporting endpoints for healthcheck", "endpointCount", count, "service", nsn)
|
||||
|
Loading…
Reference in New Issue
Block a user