• Kubernetes Submit Queue's avatar
    Merge pull request #44115 from derekwaynecarr/reduce-logging-severity · 3fae07c5
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 47083, 44115, 46881, 47082, 46577)
    
    Scheduler should not log an error when there is no fit
    
    **What this PR does / why we need it**:
    The scheduler should not log an error when it is unable to find a fit for a pod as it's an expected situation when resources are unavailable on the cluster that satisfy the pods requirements.
    3fae07c5
Name
Last commit
Last update
..
algorithm Loading commit data...
algorithmprovider Loading commit data...
api Loading commit data...
core Loading commit data...
factory Loading commit data...
metrics Loading commit data...
schedulercache Loading commit data...
testing Loading commit data...
util Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
scheduler.go Loading commit data...
scheduler_test.go Loading commit data...
testutil.go Loading commit data...