• Kubernetes Submit Queue's avatar
    Merge pull request #59991 from bsalamat/default_pc · 2a604f63
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Pick the PriorityClass with the lowest value of priority in case more than one global default exists
    
    **What this PR does / why we need it**:
    Please see the referenced issue.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #59987
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    Priority admission controller picks a global default with the lowest priority value if more than one such default PriorityClass exists.
    ```
    
    /sig scheduling
    cc/ @liggitt
    2a604f63
Name
Last commit
Last update
..
BUILD Loading commit data...
admission.go Loading commit data...
admission_test.go Loading commit data...