mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #27609 from ZTE-PaaS/zhangke-patch-001
Automatic merge from submit-queue EndpointController syncService log error Here key param should service nor rc
This commit is contained in:
commit
d19c8ed825
@ -319,7 +319,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 rc %v", key)
|
glog.Infof("Waiting for pods controller to sync, requeuing service %v", key)
|
||||||
e.queue.Add(key)
|
e.queue.Add(key)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user