Endpoints controller is logspamming

parent 0c63bd03
...@@ -324,7 +324,7 @@ func (e *EndpointController) syncService(key string) { ...@@ -324,7 +324,7 @@ func (e *EndpointController) syncService(key string) {
if !e.podStoreSynced() { if !e.podStoreSynced() {
// Sleep so we give the pod reflector goroutine a chance to run. // Sleep so we give the pod reflector goroutine a chance to run.
time.Sleep(PodStoreSyncedPollPeriod) 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) e.queue.Add(key)
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment