-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated cherry pick of #59291: Remove validation failure of Pod priority when the feature is disabled #63139
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vainu-arto Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
/release-note-none |
/sig scheduling |
/assign @erictune |
please add a test |
@mbohlool Do note that this is a cherrypick of a change that has been merged to master and included in releases. I also had no role in the writing of this code, I'd simply benefit from having it usable in releases other than 1.10. |
@vainu-arto it is fine then. It, however, needs usual lgtm/approvals. Please ping appropriate reviewers. tomorrow is the deadline for the next release. thanks. |
@bsalamat @liggitt @tallclair Can you check that this is ok to apply to 1.9? |
there's no need to pick this to 1.9. if the feature is disabled, the field is dropped here, prior to validation: https://github.com/kubernetes/kubernetes/blob/release-1.9/pkg/api/pod/util.go#L234-L237 |
/close |
Cherry pick of #59291 on release-1.9.
#59291: Remove validation failure of Pod priority when the feature is disabled