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

KEP-4622: Add a TopologyManager policy option for MaxAllowableNUMANodes #4622

Open
4 tasks done
cyclinder opened this issue May 8, 2024 · 44 comments
Open
4 tasks done
Assignees
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node. stage/beta Denotes an issue tracking an enhancement targeted for Beta status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team

Comments

@cyclinder
Copy link
Contributor

cyclinder commented May 8, 2024

Enhancement Description

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

Tasks

Preview Give feedback
@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label May 8, 2024
@cyclinder
Copy link
Contributor Author

/sig node

@k8s-ci-robot k8s-ci-robot added sig/node Categorizes an issue or PR as relevant to SIG Node. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels May 8, 2024
@cyclinder cyclinder changed the title Add a TopologyManager policy option for MaxAllowableNUMANodes KEP-4622: Add a TopologyManager policy option for MaxAllowableNUMANodes May 8, 2024
@cyclinder
Copy link
Contributor Author

/assign @cyclinder

@klueska
Copy link
Contributor

klueska commented May 16, 2024

I've added this to the tracking sheet for 1.31:
https://docs.google.com/document/d/1U10J0WwgWXkdYrqWGGvO8iH2HKeerQAlygnqgDgWv4E/edit

@SergeyKanzhelev
Copy link
Member

/label lead-opted-in
/milestone v1.31
/stage alpha

@k8s-ci-robot k8s-ci-robot added the stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status label May 23, 2024
@k8s-ci-robot k8s-ci-robot added this to the v1.31 milestone May 23, 2024
@k8s-ci-robot k8s-ci-robot added the lead-opted-in Denotes that an issue has been opted in to a release label May 23, 2024
@prianna
Copy link

prianna commented Jun 5, 2024

Hello @cyclinder @klueska 👋, Enhancements team here.

Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024.

This enhancement is targeting stage alpha for v1.31 (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.31. KEPs targeting stable will need to be marked as implemented after code PRs are merged and the feature gates are removed.
  • 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 of Thursday 6th June 2024 so that the PRR team has enough time to review your KEP.

For this KEP, it looks like we still need to do 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!

@prianna prianna moved this to At Risk for Enhancements Freeze in 1.31 Enhancements Tracking Jun 5, 2024
@ffromani
Copy link
Contributor

ffromani commented Jun 5, 2024

Hello @cyclinder @klueska 👋, Enhancements team here.

Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024.

This enhancement is targeting stage alpha for v1.31 (correct me, if otherwise)

In this case we are opting in the new sig-arch recommendations: kubernetes/community@d060ec0 and starting directly to beta stage as the change is very safe and self-contained.

cc @SergeyKanzhelev @klueska

@prianna
Copy link

prianna commented Jun 5, 2024

@ffromani @cyclinder I can update targeting for this enhancement, could you please update the issue description with the stages and targeted milestones accordingly?

@prianna
Copy link

prianna commented Jun 12, 2024

/stage beta

@k8s-ci-robot k8s-ci-robot added stage/beta Denotes an issue tracking an enhancement targeted for Beta status and removed stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status labels Jun 12, 2024
@cyclinder
Copy link
Contributor Author

Hi @Priann, I've updated the PR descriptions, Is this okay with you? and please let me know if you need me to update anything else.

@sreeram-venkitesh
Copy link
Member

@cyclinder: The description looks good, please make sure to get #4624 merged before the enhancements freeze deadline!

@prianna
Copy link

prianna commented Jun 14, 2024

@cyclinder @klueska This is super close to being merged it looks like, but we’re at the freeze deadline. Please file an exception if you want this included in the release.

@sreeram-venkitesh
Copy link
Member

@prianna We've already received an exception request for this KEP for 1 day. We can keep this as at risk for enhancements freeze for now and come back once the decision for the exception request is made.

@klueska
Copy link
Contributor

klueska commented Jun 14, 2024

Yes, I preemptively filed an exception request yesterday. It looks like the PR is now merged though.

@sreeram-venkitesh
Copy link
Member

@klueska Awesome, thanks for the update! I will update the KEP once I get to my laptop.

@mbianchidev
Copy link
Member

Hey @sreeram-venkitesh can you let me know if this one will be officially moved to Tracked for Enhancement Freeze? 👀

@sreeram-venkitesh
Copy link
Member

Yes it will be, I'm traveling right now. I will update it in the board in some time.

@mbianchidev
Copy link
Member

Thanks @sreeram-venkitesh!

Sooo hey @cyclinder

👋 from the v1.31 Communications Team!
We'd love for you to opt in to write 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. Or like in this case, a flag that enables a new kind of config.

To opt in, let us know and open a Feature Blog placeholder PR against the website repository by 3rd July, 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.

@ffromani
Copy link
Contributor

My (unsolicited) 2c: this feature is kinda exceptional. It's really only about to add a knob to make topology manager work with modern hardware. The risks are pretty minimal and also the risks for the project to backtrack this work and remove it are really low. I'd be in favor if pushing to GA, granted we meet the standard criterias of course.

@tjons
Copy link
Contributor

tjons commented Sep 16, 2024

Hi, enhancements lead here - I inadvertently added this to the 1.32 tracking board 😀. Please readd it if you wish to progress this enhancement in 1.32.

/remove-label lead-opted-in

@k8s-ci-robot k8s-ci-robot removed the lead-opted-in Denotes that an issue has been opted in to a release label Sep 16, 2024
@haircommander
Copy link
Contributor

/milestone v1.32
/label lead-opted-in

@tjons
Copy link
Contributor

tjons commented Sep 30, 2024

Hello @cyclinder 👋, 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 stable 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 30, 2024
@jpbetz
Copy link
Contributor

jpbetz commented Oct 1, 2024

PRR reviewer here. Is this still targeting v1.32? The PRR deadline is Thursday. Is there anything I can review?

@kannon92
Copy link
Contributor

kannon92 commented Oct 3, 2024

@cyclinder Please respond. If we don't hear from you, we will no longer be considering this feature for 1.32.

@kannon92
Copy link
Contributor

kannon92 commented Oct 7, 2024

We are removing this from the 1.32 release. Please bring this up for 1.33 as we are interested in this feature.

@kannon92 kannon92 moved this from Considered for release to Not for release in SIG Node 1.32 KEPs planning Oct 7, 2024
@cyclinder
Copy link
Contributor Author

Sorry for not getting back to you sooner, I was on vacation the other day.

Please bring this up for 1.33 as we are interested in this feature.

Okay, let's work this in 1.33.

@tjons
Copy link
Contributor

tjons commented Oct 10, 2024

/milestone clear
/remove-label lead-opted-in

@k8s-ci-robot k8s-ci-robot removed the lead-opted-in Denotes that an issue has been opted in to a release label Oct 10, 2024
@k8s-ci-robot k8s-ci-robot removed this from the v1.32 milestone Oct 10, 2024
@dipesh-rawat dipesh-rawat moved this from At risk for enhancements freeze to Deferred in 1.32 Enhancements Tracking Oct 10, 2024
@haircommander haircommander moved this from Not for release to Removed in SIG Node 1.32 KEPs planning Oct 11, 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 Jan 10, 2025
@ffromani
Copy link
Contributor

/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 Jan 10, 2025
@swatisehgal
Copy link
Contributor

We are removing this from the 1.32 release. Please bring this up for 1.33 as we are interested in this feature.

Do we want to go ahead with graduation of this KEP to GA in v1.33? 1.33 planning will be happening soon.

@ffromani
Copy link
Contributor

We are removing this from the 1.32 release. Please bring this up for 1.33 as we are interested in this feature.

Do we want to go ahead with graduation of this KEP to GA in v1.33? 1.33 planning will be happening soon.

we totally should!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node. stage/beta Denotes an issue tracking an enhancement targeted for Beta status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team
Projects
Status: Triage
Status: Tracked for Doc Freeze
Status: Deferred
Status: Removed
Development

No branches or pull requests