Endpoints controller is logspamming

This commit is contained in:
Clayton Coleman 2016-09-11 14:02:59 -04:00
parent 0c63bd03fa
commit b2a1296b4d
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

View File

@ -324,7 +324,7 @@ func (e *EndpointController) syncService(key string) {
if !e.podStoreSynced() {
// Sleep so we give the pod reflector goroutine a chance to run.
time.Sleep(PodStoreSyncedPollPeriod)
glog.Infof("Waiting for pods controller to sync, requeuing service %v", key)
glog.V(4).Infof("Waiting for pods controller to sync, requeuing service %v", key)
e.queue.Add(key)
return
}