-
Notifications
You must be signed in to change notification settings - Fork 14.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
ttlafterfinish to beta #26738
ttlafterfinish to beta #26738
Conversation
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit 05e0328 https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/603951d13f46420008f59a9f |
/assign @janetkuo |
/sig apps |
/lgtm |
LGTM label has been added. Git tree hash: 42b45fe0313c6a89fab2cb45940c43a59ccf0d0e
|
/sig apps |
|
||
The TTL controller provides a TTL (time to live) mechanism to limit the lifetime of resource | ||
objects that have finished execution. TTL controller only handles | ||
{{< glossary_tooltip text="Jobs" term_id="job" >}} for now, | ||
and may be expanded to handle other resources that will finish execution, | ||
such as Pods and custom resources. | ||
|
||
Alpha Disclaimer: this feature is currently alpha, and can be enabled with both kube-apiserver and kube-controller-manager | ||
This feature is currently beta and enabled by default, and can be disabled via |
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.
nits (these don't block a merge):
This feature is currently beta and enabled by default, and can be disabled via | |
This feature is beta and enabled by default. You can disable it using the |
Given that kubernetes/kubernetes#98678 is merged: |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: janetkuo, sftim 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 |
Ref kubernetes/enhancements#592