mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
fix crd establish controller rate limiter
This commit is contained in:
@@ -99,6 +99,7 @@ func (ec *EstablishingController) processNextWorkItem() bool {
|
||||
|
||||
err := ec.syncFn(key.(string))
|
||||
if err == nil {
|
||||
ec.queue.Forget(key)
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user