-
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
KEP-592: Graduate TTL after finish to stable #2841
Conversation
Welcome @sahilvv! |
Hi @sahilvv. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
CLA done. retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @sahilvv for working on this. Please look at my comments.
@@ -237,7 +237,7 @@ Mitigations: | |||
|
|||
### Beta -> GA | |||
|
|||
- Make a decision on wehther or not the feature should be extended to pods | |||
- ~~Make a decision on whether or not the feature should be extended to pods~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll handle this in a separate KEP/ alpha level implementation PR. You can for now say, TTL controller can be GA'ed without handling pods. The ability to extend TTL controller to work with pods can be introduced via a featuregate so that we can collect feedback and improve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed in my latest commit. Thanks @ravisantoshgudimetla
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, @ravisantoshgudimetla can lgtm
/approve
@@ -237,7 +237,7 @@ Mitigations: | |||
|
|||
### Beta -> GA | |||
|
|||
- Make a decision on wehther or not the feature should be extended to pods | |||
- ~~Make a decision on whether or not the feature should be extended to pods~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct.
/assign I will review later this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Squash and this LGTM
Thank you @sahilvv
/approve PRR |
Incorporating feedback
@ravisantoshgudimetla squashed all commits in one. Good to proceed to with LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thank you @sahilvv
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ravisantoshgudimetla, sahilvv, soltysh, wojtek-t The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
One-line PR description: This PR graduates TTL for completed jobs to stable in 1.23
Issue link: Enhancement issue: TTL after finish #592[https://github.com/TTL after finish #592]
Other comments: This was spoken about in the sig-apps meeting on 7/26.