-
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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| BUILD | ||
| OWNERS | ||
| doc.go | ||
| events.go | ||
| events_test.go | ||
| validation.go | ||
| validation_test.go |