From f1310cab688a6cdaf55cab1dc68035750a657ad3 Mon Sep 17 00:00:00 2001 From: Akihito INOH Date: Thu, 3 Feb 2022 08:10:47 +0900 Subject: [PATCH] Update TTL mechanism in Job to stable This commit update feature stage for TTL mechanism in Job with stable. TTL mechanism has been GA from k8s v1.23, so we can update "beta" to "stable". --- content/en/docs/concepts/workloads/controllers/job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/job.md b/content/en/docs/concepts/workloads/controllers/job.md index 8ff46d4f506..6fb0a21ff6e 100644 --- a/content/en/docs/concepts/workloads/controllers/job.md +++ b/content/en/docs/concepts/workloads/controllers/job.md @@ -308,7 +308,7 @@ cleaned up by CronJobs based on the specified capacity-based cleanup policy. ### TTL mechanism for finished Jobs -{{< feature-state for_k8s_version="v1.21" state="beta" >}} +{{< feature-state for_k8s_version="v1.23" state="stable" >}} Another way to clean up finished Jobs (either `Complete` or `Failed`) automatically is to use a TTL mechanism provided by a