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

Windows node gracefully shutdown #4802

Open
3 of 5 tasks
zylxjtu opened this issue Aug 23, 2024 · 23 comments
Open
3 of 5 tasks

Windows node gracefully shutdown #4802

zylxjtu opened this issue Aug 23, 2024 · 23 comments
Assignees
Labels
lead-opted-in Denotes that an issue has been opted in to a release sig/node Categorizes an issue or PR as relevant to SIG Node. sig/windows Categorizes an issue or PR as relevant to SIG Windows. stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team
Milestone

Comments

@zylxjtu
Copy link
Contributor

zylxjtu commented Aug 23, 2024

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 Aug 23, 2024
@marosset
Copy link
Contributor

/sig windows node

@k8s-ci-robot k8s-ci-robot added sig/windows Categorizes an issue or PR as relevant to SIG Windows. 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 Aug 23, 2024
@pacoxu
Copy link
Member

pacoxu commented Sep 20, 2024

/stage alpha

@k8s-ci-robot k8s-ci-robot added the stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status label Sep 20, 2024
@marosset marosset added the lead-opted-in Denotes that an issue has been opted in to a release label Oct 1, 2024
@marosset
Copy link
Contributor

marosset commented Oct 1, 2024

/milestone v1.32

@k8s-ci-robot k8s-ci-robot added this to the v1.32 milestone Oct 1, 2024
@dipesh-rawat
Copy link
Member

dipesh-rawat commented Oct 1, 2024

Hello @zylxjtu 👋, 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 alpha 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 3rd October 2024 so that the PRR team has enough time to review your KEP.

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

  • Create the KEP readme using the latest template and merge it in the k/enhancements repo. KEP's README.md file is missing few checkboxes under the "Release Signoff Checklist" need to be added here to conform to the latest KEP template.

  • Ensure that the KEP has undergone a production readiness review and has been merged into k/enhancements.

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!

@tuibeovince
Copy link
Contributor

just a nit.
since this is an implementation of a comparable feature to GracefulNodeShutdown (https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2000-graceful-node-shutdown ) , maybe changing the order of the words in the title to reflect its relation would improve this feature's consistency, searchability, and referencing. Unless, maybe it was intentionally worded this way to make sure "windows" and "node" are directly connected.

@kannon92
Copy link
Contributor

kannon92 commented Oct 3, 2024

@zylxjtu

When you get a chance, can you update your descriptions with the KEP PR? Add a link to the KEP PR in the alpha section.

@SergeyKanzhelev
Copy link
Member

/assign @zylxjtu

xref: kubernetes/kubernetes#116388

@dipesh-rawat
Copy link
Member

Hi @zylxjtu 👋, v1.32 Enhancements team here.

Just a quick friendly reminder as we approach the enhancements freeze later this week, at 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024.

The current status of this enhancement is marked as at risk for enhancement freeze. There are a few requirements mentioned in the comment #4802 (comment) that still need to be completed.

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

@dipesh-rawat
Copy link
Member

@zylxjtu With PR #4813 has been merged, almost all the KEP requirements are in place. It looks like this KEP's README.md file is missing few checkboxes under the "Release Signoff Checklist" need to be added here to confrom to the latest KEP template.

Below is the reference from the KEP template.

- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
- [ ] e2e Tests for all Beta API Operations (endpoints)
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
- [ ] (R) Graduation criteria is in place
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)

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

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

@haircommander
Copy link
Contributor

@dipesh-rawat I opened #4919

@marosset
Copy link
Contributor

@dipesh-rawat - the Release Signoff Checklist has ben updated - PTAL and thanks for catching this with enough time for us to make the updates

@dipesh-rawat
Copy link
Member

@zylxjtu @haircommander @marosset Thanks for the quick fix as part of #4919. With that merged, all the KEP requirements are in place and merged into k/enhancements.

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

@dipesh-rawat dipesh-rawat added the tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team label Oct 10, 2024
@chanieljdan
Copy link

Hi @zylxjtu 👋, 1.32 Release Docs Lead 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!

@rashansmith
Copy link

Hello @zylxjtu 👋 from the v1.32 Communications Team!
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.

@chanieljdan
Copy link

Hi @zylxjtu 👋, 1.32 Release Docs Lead 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!

Hi @zylxjtu 👋,

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 a week away at Thursday October 24, 2024 18:00 PDT.

Thanks,

Daniel

@dipesh-rawat
Copy link
Member

dipesh-rawat commented Oct 21, 2024

Hey again @zylxjtu 👋 v1.32 Enhancements team here,

Just checking in 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 (and we need to update the Issue description to include all the related PRs of this KEP):

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!

@kannon92
Copy link
Contributor

Hello @zylxjtu,

Please let us know if you still have cycles to work on this for 1.32. We would need a website update as mentioned above.

I also would like to understand if kubernetes/kubernetes#116388 is an implementation of this feature. That reads like an old refactor PR and not the implementation of the KEP.

So please get back to us or we will consider this feature to no longer be tracked for release.

@zylxjtu
Copy link
Contributor Author

zylxjtu commented Oct 21, 2024

I have added a draft PR for the doc in here: kubernetes/website#48474, please let me know if I am still missing anything, thanks!

The kubernetes/kubernetes#116388 is unrelated with the is feature, the corresponding code PR for this KEP is kubernetes/kubernetes#127404

@dipesh-rawat
Copy link
Member

@zylxjtu Could you please add the code PR(s) kubernetes/kubernetes#127404 (any other related PRs in k/k also remove unrelated PRs) in the description (here), so that we can maintain accurate status.

@zylxjtu
Copy link
Contributor Author

zylxjtu commented Oct 21, 2024

thanks @dipesh-rawat , updated the description part

@rashansmith
Copy link

Hello @zylxjtu 👋 from the v1.32 Communications Team! 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.

Hello @zylxjtu , just a reminder for the feature blog deadline. To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. Please reach out if you have any questions!

@dipesh-rawat
Copy link
Member

Hey again @zylxjtu 👋, v1.32 Enhancements team here,

Just a quick friendly reminder as we approach code freeze in few days, at 02:00 UTC Friday 8th November 2024 / 19:00 PDT Thursday 7th November 2024 .

The current status of this enhancement is marked as at risk for code freeze. There are a few requirements mentioned in the comment #4802 (comment) that still need to be completed.

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

@dipesh-rawat
Copy link
Member

Hello @zylxjtu 👋, v1.32 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!

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

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/node Categorizes an issue or PR as relevant to SIG Node. sig/windows Categorizes an issue or PR as relevant to SIG Windows. stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team
Projects
Status: Tracked for code freeze
Status: Implemented
Status: No status
Development

No branches or pull requests