-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add pod priority and preemption #564
Comments
/assign @bsalamat |
@bsalamat -- |
@bsalamat This feature was worked on in the previous milestone, so we'd like to check in and see if there are any plans for this to graduate stages in Kubernetes 1.12. If there are any updates, please explicitly ping @justaugustus, @kacole2, @robertsandoval, @rajendar38 to note that it is ready to be included in the Features Tracking Spreadsheet for Kubernetes 1.12. Please note that the Features Freeze is July 31st, after which any incomplete Feature issues will require an Exception request to be accepted into the milestone.In addition, please be aware of the following relevant deadlines:
Please make sure all PRs for features have relevant release notes included as well. Happy shipping! |
This feature is built and graduated to Beta in 1.11. We don't have a clear milestone for GA at this point as we have not received enough feedback about it yet. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
When will this feature graduate to stable? |
We recently encountered an issue with the new scheduling queue (which is needed for this feature to work correctly). We are addressing the issue. If we don't see further issues and once we have confidence in the feature, we can graduate it to stable. That could possibly be as early as 1.14 if things go well. |
@bsalamat Hello - I’m the enhancement’s lead for 1.14 and I’m checking in on this issue to see what work (if any) is being planned for the 1.14 release. Enhancements freeze is Jan 29th and I want to remind that all enhancements must have a KEP |
@claurence We want to move this feature to GA in 1.14. This feature is not new though. It has design docs/proposals merged a long time ago (here and here). |
I'll take the API review for this one |
@apelisse to shadow |
@bsalamat looking over the KEP for this enhancement I don't see any testing plans - can someone help PR in testing plans for this enhancement? This information is helpful for knowing readiness of this feature for the release and is specifically useful for CI Signal. If we don't have testing plans this enhancement will be at risk for being included in the 1.14 release |
@claurence Could you please elaborate or refer me to an example of needed testing plans? This feature existed and already has unit, integration, and e2e tests and graduation to stable comes with no functionality change. So, there is no need to specifically add tests for the stable version. |
Hello @bsalamat, 1.14 enhancement shadow here. Code Freeze is March 7th and all PRs must be merged by then to your issue to make the 1.14 release. What open K/K PRs do you still have that need to merge? Thanks |
Hi @lachie83, The only remaining PR is kubernetes/kubernetes#74465 which is actually just a comment update to mark older versions of the API deprecated. Other changes are already merged. |
@bsalamat if the tests exist can you PR a link to them into the KEP so they are easy for CI Signal and others to find? |
@bsalamat can you please provide an update on the @claurence comment regarding tests? |
@claurence @lachie83 I just sent a PR to add testing plan to the KEP. |
Pod priority and preemption is in GA in 1.14. With that, we can close this enhancement request. |
The docs still mention |
@RehanSaeed Yes. I will send a PR to change the example to v1. Thanks for reporting it. |
Feature Description
/stage beta
/sig scheduling
/kind feature
The text was updated successfully, but these errors were encountered: