mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Restore "Setting endpoints" log message
The "Setting endpoints" message from kube-proxy at high verbosity was lost as part of a larger simplification in kubernetes/kubernetes#42747. This change brings it back, simply outputting the just-constructed addresses list.
This commit is contained in:
parent
2d66f7bd28
commit
06ed262ff8
@ -671,6 +671,7 @@ func accumulateEndpointsMap(endpoints *api.Endpoints, hostname string,
|
||||
}
|
||||
(*newEndpoints)[svcPort] = append((*newEndpoints)[svcPort], epInfo)
|
||||
}
|
||||
glog.V(3).Infof("Setting endpoints for %q to %+v", svcPort, (*newEndpoints)[svcPort])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user