-
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
Improved multi-numa alignment in Topology Manager #3545
Comments
/cc @fromanirh |
thanks for the heads up, I'll review shortly |
/label lead-opted-in |
Hey @klueska 👋, 1.26 Enhancements team here! Just checking in as we approach Enhancements Freeze on 18:00 PDT on Thursday 6th October 2022. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would just need to: The status of this enhancement is marked as |
/milestone v1.26 |
@Atharva-Shinde: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/stage alpha |
Hello @klueska 👋, just a quick check-in again, as we approach the 1.26 Enhancements freeze. Please plan to get the action items mentioned in my comment above done before Enhancements freeze on 18:00 PDT on Thursday 6th October 2022 i.e tomorrow For note, the current status of the enhancement is marked |
We have this marked as |
Hi @klueska 👋, Checking in as we approach 1.26 code freeze at 17:00 PDT on Tuesday 8th November 2022. Please ensure the following items are completed:
As always, we are here to help should questions come up. |
Hey @klueska 👋, just a quick check-in again before 1.26 code freeze at 17:00 PDT Tuesday 8th November 2022 i.e tomorrow. |
Hello @klueska 👋, 1.26 Release Docs Lead here. This enhancement is marked as ‘Needs Docs’ for 1.26 release. Please follow the steps detailed in the documentation to open a PR against Any doubt, reach us! Thank you! |
/milestone v1.32 |
Looking at our e2e tests around Multi-NUMA alignment, it seems that we don't have the right hardware to actually test this features. If you look at TopologyManager tests, they are being skipped because the tests do not have multi numa alignment.
I posted this concern on #sigs-k8s-infra and it seems that we should be able to request the nodes if we know what kind of one to ask for. Maybe we should get these jobs passing and not skipping for GA so we can make sure that these features don't regress. |
@ffromani created an issue to track hardware requirements for sig-node e2e tests here: |
Hello @haircommander @PiotrProkop 👋, v1.32 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:
For this KEP, we would 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! If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
@impact-maker I've created a PR with KEP updates for stable release and submitted a PRR review on the PR: |
I don't have permissions to edit the description of the issue in-place, so I'll post update here:
|
thanks @PiotrProkop I have added the section! Now we just need the PR to be reviewed/approved, but you're all set deadline-wise until the enhancement freeze next week |
It looks like the enhancement PRs have merged, so I'm moving this to tracked on the SIG node KEP board |
Hello @PiotrProkop 👋, v1.32 Enhancements team here, Now that PR #4882 has been merged, all the KEP requirements are in place and merged into k/enhancements. The status of this enhancement is now marked as |
Hello @PiotrProkop and @klueska 👋, 1.32 Docs Shadow here. |
Hello @PiotrProkop 👋, Just a reminder to open a placeholder PR against dev-1.32 branch in the k/website repo for this (steps available here). The deadline for this is 4 days away at Thursday October 24, 2024 18:00 PDT. Thanks, |
Hey @michellengnx , I've already opened docs PR -> kubernetes/website#48339 |
👋 Hi there, William here from v1.32 Comms 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 |
Hello @klueska 👋, Enhancements team here With all the implementation(code related) PRs merged as per the issue description:
This enhancement is now marked as Please note that KEPs targeting |
@tjons here is the PR to mark this KEP as implemented: |
Enhancement Description
One-line enhancement description (can be used as a release note):
An enhancement to the
TopologyManager
that considers relative distances between NUMA nodes when calculating "best hints" that include more than one NUMA node.Kubernetes Enhancement Proposal:
https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3545-improved-multi-numa-alignment/README.md
Discussion Link:
Private slack messages
Primary contact (assignee):
@PiotrProkop
Responsible SIGs:
/sig node
Enhancement target (which target equals to which milestone):
Alpha
k/enhancements
) update PR(s):KEP-3545: Improved multi-numa alignment in Topology Manager #3549
k/k
) update PR(s):node: topologymanager: Improved multi-numa alignment in Topology Manager kubernetes#112914
k/website
) update PR(s):topologymanager: document topology manager policy options website#37668
Beta
k/enhancements
) update PR(s):Promote Improved multi-numa alignment in Topology Manager to beta #4079
k/k
) update PR(s):topologymanager: Promote support for improved multi-numa alignment in Topology Manager to beta kubernetes#118816
k/website
) update(s):topologymanager: document topology manager policy options promotion to beta website#41718
Stable:
KEP-3545: graduate to GA #4882
add e2e tests for prefer-closest-numa-nodes TopologyManagerPolicyOption kubernetes#127922
topologymanager: Promote support for improved multi-numa alignment in Topology Manager to GA kubernetes#128124
topology-manager: promoto TopologyManagerPolicyOptions to stable website#48339
The text was updated successfully, but these errors were encountered: