kubernetes / enhancements

Enhancements tracking repo for Kubernetes
Apache License 2.0
3.45k stars 1.49k forks source link

Windows node gracefully shutdown #4802

Open zylxjtu opened 3 months ago

zylxjtu commented 3 months ago

Enhancement Description

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

marosset commented 3 months ago

/sig windows node

pacoxu commented 2 months ago

/stage alpha

marosset commented 1 month ago

/milestone v1.32

dipesh-rawat commented 1 month ago

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:

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!

tuibeovince commented 1 month ago

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 commented 1 month ago

@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 commented 1 month ago

/assign @zylxjtu

xref: https://github.com/kubernetes/kubernetes/pull/116388

dipesh-rawat commented 1 month ago

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 https://github.com/kubernetes/enhancements/issues/4802#issuecomment-2387166290 that still need to be completed.

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

dipesh-rawat commented 1 month ago

@zylxjtu With PR https://github.com/kubernetes/enhancements/pull/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.

https://github.com/kubernetes/enhancements/blob/c42bf65391179148004e616fc1f44f0d2d098c43/keps/NNNN-kep-template/README.md?plain=1#L134-L139

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 commented 1 month ago

@dipesh-rawat I opened https://github.com/kubernetes/enhancements/pull/4919

marosset commented 1 month ago

@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 commented 1 month ago

@zylxjtu @haircommander @marosset Thanks for the quick fix as part of https://github.com/kubernetes/enhancements/pull/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!

chanieljdan commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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:

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 commented 1 month ago

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 https://github.com/kubernetes/kubernetes/pull/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 commented 1 month ago

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

The https://github.com/kubernetes/kubernetes/pull/116388 is unrelated with the is feature, the corresponding code PR for this KEP is https://github.com/kubernetes/kubernetes/pull/127404

dipesh-rawat commented 1 month ago

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

zylxjtu commented 1 month ago

thanks @dipesh-rawat , updated the description part

rashansmith commented 3 weeks ago

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 commented 2 weeks ago

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 https://github.com/kubernetes/enhancements/issues/4802#issuecomment-2425341452 that still need to be completed.

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

dipesh-rawat commented 2 weeks ago

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.