• Kubernetes Submit Queue's avatar
    Merge pull request #50581 from k82cn/k8s_50360_1 · acd5f223
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 49342, 50581, 50777)
    
    Update RegisterMandatoryFitPredicate to avoid double register.
    
    **What this PR does / why we need it**:
    In https://github.com/kubernetes/kubernetes/pull/50362 , we introduced `RegisterMandatoryFitPredicate` to make some predicates always included by scheduler. This PRs is to improve it by avoiding double register: `RegisterFitPredicate` and `RegisterMandatoryFitPredicate` 
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50360 
    
    **Release note**:
    
    ```release-note
    None
    ```
    acd5f223
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...