• Kubernetes Submit Queue's avatar
    Merge pull request #41708 from bsalamat/statefulset_spreading2 · 79b5ccc1
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 42200, 39535, 41708, 41487, 41335)
    
    Add support for statefulset spreading to the scheduler
    
    **What this PR does / why we need it**:
    The scheduler SelectorSpread priority funtion didn't have the code to spread pods of StatefulSets. This PR adds StatefulSets to the list of controllers that SelectorSpread supports.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #41513
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    Add the support to the scheduler for spreading pods of StatefulSets.
    ```
    79b5ccc1
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...