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

Introducing Sleep Action for PreStop Hook #3960

Open
9 of 12 tasks
AxeZhan opened this issue Apr 22, 2023 · 86 comments
Open
9 of 12 tasks

Introducing Sleep Action for PreStop Hook #3960

AxeZhan opened this issue Apr 22, 2023 · 86 comments
Assignees
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node. stage/stable Denotes an issue tracking an enhancement targeted for Stable/GA status
Milestone

Comments

@AxeZhan
Copy link
Member

AxeZhan commented Apr 22, 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 Apr 22, 2023
@AxeZhan
Copy link
Member Author

AxeZhan commented Apr 22, 2023

/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 Apr 22, 2023
@AxeZhan
Copy link
Member Author

AxeZhan commented Apr 22, 2023

/cc @thockin

@SergeyKanzhelev
Copy link
Member

/milestone v1.28

adding to the milestone for tracking

@Atharva-Shinde
Copy link
Contributor

Hello @AxeZhan 👋, Enhancements team here.

Just checking in as we approach Enhancements freeze on Thursday, 16th June 2023.

This enhancement is targeting for stage alpha for 1.28 (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.28
  • 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 need to update the following:

  • Add approver/s to prod-readiness yaml file
  • Change the status of the KEP to implementable
  • Get approval from the PRR authors

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

@Atharva-Shinde
Copy link
Contributor

/stage alpha

@k8s-ci-robot k8s-ci-robot added the stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status label Jun 5, 2023
@Atharva-Shinde
Copy link
Contributor

Hey @AxeZhan,
We would just need to update the status inside kep.yaml to implementable instead of provisional as mentioned in my comment above. Please make the change within 24 hours else you would have to file an exception request.
Thanks :)

@SergeyKanzhelev
Copy link
Member

this should be updated now. Since there were no material change, can we get it tracked for 1.28?

@Atharva-Shinde
Copy link
Contributor

With all the KEP requirements in place and merged into k/enhancements, the status of this enhancement is now marked as tracked. Please keep the issue description up-to-date with appropriate stages as well. Thank you :)

@Atharva-Shinde Atharva-Shinde moved this from At Risk to Tracked in 1.28 Enhancements Tracking Jun 17, 2023
@AdminTurnedDevOps
Copy link

Hey @AxeZhan

1.28 Docs Shadow here.

Does this enhancement work planned for 1.28 require any new docs or modification to existing docs?

If so, please follows the steps here to open a PR against dev-1.28 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday 20th July 2023.

Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release.

Thank you!

@charles-chenzz
Copy link
Member

hi @AdminTurnedDevOps , we currently working on the implement in k/k repos, when we finish it, we will start to add docs. Thanks.

@AxeZhan
Copy link
Member Author

AxeZhan commented Jun 22, 2023

Hey @AdminTurnedDevOps
Thank you for your remind!

Does this enhancement work planned for 1.28 require any new docs or modification to existing docs?

This definitely needs some new docs :)
I've created a draft pr for place holder, and have updated the link in the Description above, we'll get back to finish the detail after the code changes are done.
We are not very familiar with updating the documentation, so we may need some assistance from your team when the time comes. Thank you in advance!

@AxeZhan
Copy link
Member Author

AxeZhan commented Oct 21, 2024

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.

@michellengnx Does kubernetes/website#48295 work?

@dipesh-rawat
Copy link
Member

Hello @AxeZhan 👋, 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.

@dipesh-rawat dipesh-rawat moved this from At risk for code freeze to Tracked for code freeze in 1.32 Enhancements Tracking Nov 5, 2024
@AxeZhan
Copy link
Member Author

AxeZhan commented Nov 7, 2024

/remove-milestone v1.32

@dipesh-rawat
Copy link
Member

Looks like the code was reverted as part of kubernetes/kubernetes#128627 due to test flakes and the KEP is no longer targeting stable for v1.32 release. Marking this as Removed for v1.32 release cycle now.

/label tracked/no
/remove-label tracked/yes
/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.32 milestone Nov 7, 2024
@k8s-ci-robot k8s-ci-robot added tracked/no Denotes an enhancement issue is NOT actively being tracked by the Release Team and removed tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team labels Nov 7, 2024
@dipesh-rawat dipesh-rawat moved this from Tracked for code freeze to Removed from Milestone in 1.32 Enhancements Tracking Nov 7, 2024
@haircommander haircommander moved this from Tracked to Removed in SIG Node 1.32 KEPs planning Dec 4, 2024
@sreeram-venkitesh
Copy link
Member

@AlexanderYastrebov @szuecs Wanted to ping you folks regarding the earlier conversation about zero sleep duration. Allowing zero sleep duration is in alpha in v1.32 with #4818. You can use the PodLifecycleSleepActionAllowZero feature gate to enable zero as a valid duration for the sleep action. Please let me know if you have any feedback on this!

@dipesh-rawat
Copy link
Member

Hello @AxeZhan 👋, 1.33 Enhancements Lead here.

If you'd like to work on this enhancement in v1.33, please have the SIG lead opt-in by adding the lead-opted-in label, which ensures it gets added to the tracking board. Also, please set the milestone to v1.33 using /milestone v1.33.
Thanks!

/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 Jan 13, 2025
@dipesh-rawat dipesh-rawat removed the tracked/no Denotes an enhancement issue is NOT actively being tracked by the Release Team label Jan 13, 2025
@haircommander
Copy link
Contributor

hm @dipesh-rawat I think we missed one this looks like it's being tracked from sig node side, can you verify it's all set from release team perspective?

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

@k8s-ci-robot k8s-ci-robot added this to the v1.33 milestone Feb 14, 2025
@haircommander haircommander moved this from Triage to Tracked in SIG Node 1.33 KEPs planning Feb 14, 2025
@k8s-ci-robot k8s-ci-robot added the lead-opted-in Denotes that an issue has been opted in to a release label Feb 14, 2025
@dipesh-rawat
Copy link
Member

@haircommander Unfortunately, the enhancement freeze deadline has passed, and this KEP issue was not lead-opted-in, so it wasn’t added to the tracking board for the v1.33 release. Post-freeze, we've disabled the automated sync job for KEP issues to the tracking board.

To move forward, we’ll need a short exception request filed so the team can add the lead-opted-in label and manually include this in the tracking board.

From a quick scan, I can see the kep.yaml will also need updatelatest-milestone: "v1.33"and stable: v1.33

If you still wish to progress this enhancement in v1.33, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks!

(cc v1.33 Release Lead @npolshakova)

@haircommander haircommander moved this from Tracked to Considered for release in SIG Node 1.33 KEPs planning Feb 14, 2025
@haircommander
Copy link
Contributor

oh I'm sorry I misunderstood: #5139 does not move this back to stable, we did not pursue this this release.

/remove-label lead-opted-in
/remove-milestone v1.33

sorry for the noise!

@haircommander haircommander moved this from Considered for release to Not for release in SIG Node 1.33 KEPs planning Feb 14, 2025
@k8s-ci-robot k8s-ci-robot removed the lead-opted-in Denotes that an issue has been opted in to a release label Feb 14, 2025
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/stable Denotes an issue tracking an enhancement targeted for Stable/GA status
Projects
Status: Removed from Milestone
Status: Tracked for Code Freeze
Status: Tracked for Doc Freeze
Status: Not for release
Status: Removed from Milestone
Status: Removed
Development

No branches or pull requests