EndpointController syncService log error

This commit is contained in:
Ke Zhang 2016-06-17 17:05:50 +08:00
parent 628af356b8
commit c8471f2c3e

View File

@ -319,7 +319,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 rc %v", key)
glog.Infof("Waiting for pods controller to sync, requeuing service %v", key)
e.queue.Add(key)
return
}