• Kubernetes Submit Queue's avatar
    Merge pull request #32643 from smarterclayton/scheduler_retry · 8c836717
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Exit scheduler retry loop correctly
    
    The error was being eaten and shadowed, which means we would never exit
    this loop. This might lead to a goroutine in the scheduler being used
    forever without exiting at maximum backoff.
    
    Switched to use the real client to make later refactors easier.
    
    @wojtek-t this may lead to scheduler informer exhaustion - not that familiar with retries
    8c836717
Name
Last commit
Last update
..
algorithm Loading commit data...
algorithmprovider Loading commit data...
api Loading commit data...
factory Loading commit data...
metrics Loading commit data...
schedulercache Loading commit data...
testing Loading commit data...
OWNERS Loading commit data...
extender.go Loading commit data...
extender_test.go Loading commit data...
generic_scheduler.go Loading commit data...
generic_scheduler_test.go Loading commit data...
scheduler.go Loading commit data...
scheduler_test.go Loading commit data...