• Kubernetes Submit Queue's avatar
    Merge pull request #59291 from bsalamat/fix_validation · 245ca8ef
    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>.
    
    Remove validation failure of Pod priority when the feature is disabled
    
    **What this PR does / why we need it**:
    I learned that fields specified in the API should be silently ignored when the feature is disabled. This makes sense as downgrading a cluster would fail otherwise. This PR removes the validation logic that ensures Pod priority is not set when priority feature is disabled.
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    Pod priority can be specified ins PodSpec even when the feature is disabled, but it will be effective only when the feature is enabled.
    ```
    
    /sig scheduling
    ref: #57471
    245ca8ef
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
events.go Loading commit data...
events_test.go Loading commit data...
validation.go Loading commit data...
validation_test.go Loading commit data...