mirror of https://github.com/k3s-io/k3s
fix crd establish controller rate limiter
parent
57bb26911d
commit
a8abedaa21
|
@ -99,6 +99,7 @@ func (ec *EstablishingController) processNextWorkItem() bool {
|
|||
|
||||
err := ec.syncFn(key.(string))
|
||||
if err == nil {
|
||||
ec.queue.Forget(key)
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue