• Kubernetes Submit Queue's avatar
    Merge pull request #51534 from deads2k/scheduler-01-dont-panic · 1d0d3db2
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 51574, 51534, 49257, 44680, 48836)
    
    update scheduler to return structured errors instead of process exit
    
    The scheduler Run method returns an error that is properly handled at higher levels.  Instead of existing the process, we should return the error and handle it at higher level logic to allow testing of error conditions and composition of commands.  The changes are relatively minor.
    
    @sjenning @aveshagarwal
    1d0d3db2
Name
Last commit
Last update
..
options Loading commit data...
BUILD Loading commit data...
configurator.go Loading commit data...
configurator_test.go Loading commit data...
server.go Loading commit data...