mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
fix crd establish controller rate limiter
This commit is contained in:
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
Block a user