Skip to content
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

Per-plugin callback functions for accurate requeueing in kube-scheduler #4247

Open
6 of 14 tasks
sanposhiho opened this issue Sep 27, 2023 · 47 comments
Open
6 of 14 tasks
Assignees
Labels
lead-opted-in Denotes that an issue has been opted in to a release sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling.

Comments

@sanposhiho
Copy link
Member

sanposhiho commented Sep 27, 2023

Enhancement Description

Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Sep 27, 2023
@sanposhiho
Copy link
Member Author

sanposhiho commented Sep 27, 2023

/sig scheduling

It was suggested we have a small KEP for QueueingHint. It's kind of a special case though, we can assume DRA is the parent KEP and this KEP stems from it. And I set the alpha version v1.26 which is the same as DRA KEP (or maybe we can just leave it as n/a), and the beta version v1.28 which we actually implemented it and enable it via the beta feature flag (enabled by default).

you are essentially splitting one KEP into two. So there is no grade-skipping as such as the grades were part of the original KEP. So we do know when the feature was alpha and when it went into beta from alpha etc. So please go ahead with a smaller KEP for SchedulerQueueingHints and use the dates from before.
https://kubernetes.slack.com/archives/C5P3FE08M/p1695639140018139?thread_ts=1694167948.846139&cid=C5P3FE08M

@kubernetes/sig-scheduling-leads Can anyone give this PR lead-opted-in?

@k8s-ci-robot k8s-ci-robot added sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Sep 27, 2023
@github-project-automation github-project-automation bot moved this to Needs Triage in SIG Scheduling Sep 27, 2023
@alculquicondor
Copy link
Member

Do you have a PR for this already?

@github-project-automation github-project-automation bot moved this to Needs Triage in SIG Apps Sep 29, 2023
@helayoty helayoty removed this from SIG Apps Sep 29, 2023
@sanposhiho
Copy link
Member Author

Not yet. Will be ready probably within this weekend.

@sanposhiho
Copy link
Member Author

Here it is: #4256

@Huang-Wei
Copy link
Member

/label lead-opted-in

@k8s-ci-robot k8s-ci-robot added the lead-opted-in Denotes that an issue has been opted in to a release label Oct 2, 2023
@rayandas
Copy link
Member

rayandas commented Oct 4, 2023

Hello @sanposhiho 👋, v1.29 Enhancements team here.

Just checking in as we approach enhancements freeze on 01:00 UTC, Friday, 6th October, 2023.

This enhancement is targeting for stage beta for v1.29 (correct me, if otherwise)

Here's where this enhancement currently stands:

  • KEP readme using the latest template has been merged into the k/enhancements repo.
  • KEP status is marked as implementable for latest-milestone: 1.29.
  • KEP readme has a updated detailed test plan section filled out
  • KEP readme has up to date graduation criteria
  • KEP has a production readiness review that has been completed and merged into k/enhancements.

For this KEP, we would just need to update the following:

The status of this enhancement is marked as at risk for enhancement freeze. Please keep the issue description up-to-date with appropriate stages as well. Thank you!

@rayandas rayandas moved this to At Risk for Enhancements Freeze in 1.29 Enhancements Tracking Oct 4, 2023
@npolshakova npolshakova added this to the v1.29 milestone Oct 4, 2023
@helayoty helayoty moved this from Needs Triage to In Progress in SIG Scheduling Oct 5, 2023
@helayoty helayoty moved this from In Progress to Backlog in SIG Scheduling Oct 5, 2023
@npolshakova
Copy link

Hello 👋, 1.29 Enhancements Lead here.
Unfortunately, this enhancement did not meet requirements for v1.29 enhancements freeze.
Feel free to file an exception to add this back to the release tracking process. Thanks!

/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.29 milestone Oct 6, 2023
@npolshakova npolshakova moved this from At Risk for Enhancements Freeze to Removed from Milestone in 1.29 Enhancements Tracking Oct 6, 2023
@sanposhiho sanposhiho changed the title Per-plugin callback functions for accurate enqueueing in kube-scheduler Per-plugin callback functions for accurate requeueing in kube-scheduler Oct 6, 2023
@npolshakova npolshakova moved this from Removed from Milestone to At Risk for Enhancements Freeze in 1.29 Enhancements Tracking Oct 9, 2023
@npolshakova
Copy link

Hey again 👋
As #4256 was merged by the additional time approved in the exception request, I am adding this back to v1.29 milestone and changing the status of this enhancement to tracked for enhancement freeze 🚀

/milestone v1.29

@k8s-ci-robot k8s-ci-robot added this to the v1.29 milestone Oct 10, 2023
@npolshakova npolshakova moved this from At Risk for Enhancements Freeze to Tracked for Enhancements Freeze in 1.29 Enhancements Tracking Oct 10, 2023
@alculquicondor
Copy link
Member

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 30, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 29, 2024
@sanposhiho
Copy link
Member Author

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 29, 2024
@alculquicondor
Copy link
Member

alculquicondor commented Sep 17, 2024

/label lead-opted-in

We are going for another beta iteration, re-enabling the feature gate to true by default

@tjons
Copy link
Contributor

tjons commented Sep 29, 2024

Hello @macsko @alculquicondor @sanposhiho 👋, Enhancements team here.

Just checking in as we approach enhancements freeze on 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024.

This enhancement is targeting for stage beta for v1.32 (correct me, if otherwise).

Here's where this enhancement currently stands:

  • KEP readme using the latest template has been merged into the k/enhancements repo.
  • KEP status is marked as implementable for latest-milestone: v1.32.
  • KEP readme has up-to-date graduation criteria
  • KEP has a production readiness review that has been completed and merged into k/enhancements. (For more information on the PRR process, check here). If your production readiness review is not completed yet, please make sure to fill the production readiness questionnaire in your KEP by the PRR Freeze deadline on Thursday, October 3rd, 2024 so that the PRR team has enough time to review your KEP.

For this KEP, we would just need to update the following:

The status of this enhancement is marked as at risk for enhancement freeze. Please keep the issue description up-to-date with appropriate stages as well.

If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you!

@tjons tjons moved this to At risk for enhancements freeze in 1.32 Enhancements Tracking Sep 29, 2024
@alculquicondor
Copy link
Member

KEP status is marked as implementable for latest-milestone: v1.32

#4877 already satisfies this criteria

@tjons
Copy link
Contributor

tjons commented Oct 1, 2024

With all the requirements met, this enhancement is now tracked for enhancements freeze! 🚀

@tjons tjons moved this from At risk for enhancements freeze to Tracked for enhancements freeze in 1.32 Enhancements Tracking Oct 1, 2024
@AnshumanTripathi
Copy link

Hello @sanposhiho 👋, 1.32 Docs Shadow here.
Does this enhancement work planned for 1.32 require any new docs or modification to existing docs?
If so, please follows the steps here to open a PR against dev-1.32 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday October 24th 2024 18:00 PDT.
Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release.
Thank you!

@sanposhiho
Copy link
Member Author

Created: kubernetes/website#48406

@sanposhiho
Copy link
Member Author

Also, it'd be great to have a blog post for this.
Actually, we have a previous draft that we didn't publish at a previous release kubernetes/website#43686

@wrkode
Copy link
Member

wrkode commented Oct 24, 2024

👋 Hi there, William here from v1.32 Comms
We'd love for you to consider writing a feature blog about your enhancement! Some reasons why you might want to write a blog for this feature include (but are not limited to) if this introduces breaking changes, is important to our users, or has been in progress for a long time and is graduating.

To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines.

Note: In your placeholder PR, use XX characters for the blog date in the front matter and file name. We will work with you on updating the PR with the publication date once we have a final number of feature blogs for this release.

@sanposhiho
Copy link
Member Author

sanposhiho commented Oct 25, 2024

@wrkode

Created: kubernetes/website#48541

@wrkode
Copy link
Member

wrkode commented Oct 25, 2024

@sanposhiho

Thanks a million

@tjons
Copy link
Contributor

tjons commented Oct 27, 2024

Hello @sanposhiho 👋, Enhancements team here.

Are there any code changes planned for this KEP in 1.32? I am marking this enhancement as at risk for code freeze until I hear back from you, if no changes are planned. If changes are planned, please add them to the issue description. Thanks!

@tjons tjons moved this from Tracked for enhancements freeze to At risk for code freeze in 1.32 Enhancements Tracking Oct 27, 2024
@sanposhiho
Copy link
Member Author

sanposhiho commented Oct 28, 2024

@tjons Here's our all necessary requirements for the beta graduation. Basically, the remaining part is only testing.
I just put this to the issue description too.
kubernetes/kubernetes#122597

@tjons
Copy link
Contributor

tjons commented Nov 4, 2024

@sanposhiho ok, great! As we approach code freeze at 02:00 UTC Friday 8th November 2024 / 19:00 PDT Thursday 7th November 2024, here's where this enhancement currently stands:

  • All PRs to the Kubernetes repo that are related to your enhancement are linked in the above issue description (for tracking purposes).
  • All PR/s are ready to be merged (they have approved and lgtm labels applied) by the code freeze deadline. This includes tests.

For this enhancement, it looks like the following PRs are open and need to be merged before code freeze:

Additionally, please let me know if there are any other PRs in k/k not listed in the description or not linked with this GitHub issue that we should track for this KEP, so that we can maintain accurate status.

The status of this enhancement is marked as at risk for code freeze.

If you anticipate missing code freeze, you can file an exception request in advance. Thank you!

@tjons
Copy link
Contributor

tjons commented Nov 8, 2024

Hello @sanposhiho 👋, Enhancements team here

With all the implementation (code related) PRs merged as per the issue description:

This enhancement is now marked as tracked for code freeze for the v1.32 Code Freeze!

Please note that KEPs targeting stable need to have the status field marked as implemented in the kep.yaml file after code PRs are merged and the feature gates are removed.

@tjons tjons moved this from At risk for code freeze to Tracked for code freeze in 1.32 Enhancements Tracking Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lead-opted-in Denotes that an issue has been opted in to a release sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling.
Projects
Status: Tracked for Code Freeze
Status: Tracked for code freeze
Status: Backlog
Development

No branches or pull requests