Merge pull request #26738 from ahg-g/ttl-1.21

ttlafterfinish to beta
This commit is contained in:
Kubernetes Prow Robot
2021-02-27 09:10:38 -08:00
committed by GitHub
@@ -8,7 +8,7 @@ weight: 70
<!-- overview -->
{{< feature-state for_k8s_version="v1.12" state="alpha" >}}
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
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
@@ -16,9 +16,9 @@ objects that have finished execution. TTL controller only handles
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
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
`TTLAfterFinished`.
`TTLAfterFinished` in both kube-apiserver and kube-controller-manager.
<!-- body -->