fix crd establish controller rate limiter

This commit is contained in:
yue9944882 2018-08-14 15:01:31 +08:00
parent 57bb26911d
commit a8abedaa21

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
}