-
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
TTL after finish #592
Comments
Does the google doc need to be moved to community repo? |
Happy to review as well and help fill in the diversity requirement here. |
Thanks @tnozicka! Added you as reviewer |
Updated link to KEP as well |
Hey there! @janetkuo I'm the wrangler for the Docs this release. Is there any chance I could have you open up a docs PR against the release-1.12 branch as a placeholder? That gives us more confidence in the feature shipping in this release and gives me something to work with when we start doing reviews/edits. Thanks! If this feature does not require docs, could you please update the features tracking spreadsheet to reflect it? |
@zparnold I've opened the docs PR: kubernetes/website#10064; it's still WIP |
Automatic merge from submit-queue (batch tested with PRs 66840, 68159). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. TTL for cleaning up Jobs after they finish **What this PR does / why we need it**: kubernetes/enhancements#592 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #64470 For kubernetes/enhancements#592 **Special notes for your reviewer**: @kubernetes/sig-apps-pr-reviews **Release note**: ```release-note Add a TTL machenism to clean up Jobs after they finish. ```
Automatic merge from submit-queue (batch tested with PRs 66840, 68159). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. TTL for cleaning up Jobs after they finish **What this PR does / why we need it**: kubernetes/enhancements#592 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #64470 For kubernetes/enhancements#592 **Special notes for your reviewer**: @kubernetes/sig-apps-pr-reviews **Release note**: ```release-note Add a TTL machenism to clean up Jobs after they finish. ``` Kubernetes-commit: c50a3471242fa33a111d493711c3477e691ccdea
Automatic merge from submit-queue (batch tested with PRs 66840, 68159). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. TTL for cleaning up Jobs after they finish **What this PR does / why we need it**: kubernetes/enhancements#592 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #64470 For kubernetes/enhancements#592 **Special notes for your reviewer**: @kubernetes/sig-apps-pr-reviews **Release note**: ```release-note Add a TTL machenism to clean up Jobs after they finish. ``` Kubernetes-commit: c50a3471242fa33a111d493711c3477e691ccdea
@janetkuo -- |
@justaugustus yes we're landing it for 1.12. The docs is under review kubernetes/website#10064 |
Thanks for the update, @janetkuo! |
Automatic merge from submit-queue (batch tested with PRs 66840, 68159). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. TTL for cleaning up Jobs after they finish **What this PR does / why we need it**: kubernetes/enhancements#592 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #64470 For kubernetes/enhancements#592 **Special notes for your reviewer**: @kubernetes/sig-apps-pr-reviews **Release note**: ```release-note Add a TTL machenism to clean up Jobs after they finish. ``` Kubernetes-commit: c50a3471242fa33a111d493711c3477e691ccdea
Hi folks, We are also now encouraging that every new enhancement aligns with a KEP. If a KEP has been created, please link to it in the original post. Please take the opportunity to develop a KEP. |
There's currently no plan to graduate it to beta in 1.13. |
/milestone clear |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/milestone v1.23 |
Hi @ahg-g! 1.23 Enhancements team here. Just checking in as we approach enhancements freeze on Thursday 09/09. Here's where this enhancement currently stands:
Looks like we're all set for enhancements freeze :) Thanks! |
Hi @ahg-g 👋 1.23 Docs lead here. This enhancement is marked as 'Needs Docs' for the 1.23 release. Please follow the steps detailed in the documentation to open a PR against the dev-1.23 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thu November 18, 11:59 PM PDT. Also, if needed take a look at Documenting for a release to familiarize yourself with the docs requirement for the release. Thanks! |
Hi @sahilvv 👋 1.23 Docs shadow here. Just want to verify that there are two docs PRs to track for this KEP in 1.23: |
@chrisnegus you can ignore kubernetes/website#29987. kubernetes/website#30031 contains all the changes needed for graduating this feature to stable in 1.23. Let me know if any further questions. |
Hi @ahg-g. Checking in once more as we approach 1.23 code freeze at 6:00 pm PST on Tuesday, November 16. Please ensure the following items are completed:
As always, we are here to help should questions come up. Thanks!! |
@salaxander I am the owner of this KEP and feature to take to GA state in 1.23. To answer your questions:
No pending tasks left related to this KEP to the best of my knowledge. Thanks. |
Hi @sahilvv - thanks for the update! I've updated our tracking to show this as complete. When you get a chance, could you link the k/k PRs in the issue description? Thanks! |
@salaxander Following are the PRs to move this feature from Beta to Stable/GA state: |
1.24 Enhancements Lead here, @sahilvv, could you please update the KEP status to Thanks :) |
@gracenng pardon my dumb question, I did mark the KEP as stable in PR https://github.com/kubernetes/enhancements/pull/2841/files. Let me know where I need to flip the status to implemented. |
hi @sahilvv , I could have been more clear. This line should be |
@gracenng above PR#3147 is merged. I am not sure how to close the issue as I don't see that as an option. |
Done, thanks |
Feature Description
The text was updated successfully, but these errors were encountered: