fix crd establish controller rate limiter

pull/8/head
yue9944882 2018-08-14 15:01:31 +08:00
parent 57bb26911d
commit a8abedaa21
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ func (ec *EstablishingController) processNextWorkItem() bool {
err := ec.syncFn(key.(string))
if err == nil {
ec.queue.Forget(key)
return true
}