Skip to content

Commit f1310ca

Browse files
committed
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".
1 parent d7e1bca commit f1310ca

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ cleaned up by CronJobs based on the specified capacity-based cleanup policy.
308308

309309
### TTL mechanism for finished Jobs
310310

311-
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
311+
{{< feature-state for_k8s_version="v1.23" state="stable" >}}
312312

313313
Another way to clean up finished Jobs (either `Complete` or `Failed`)
314314
automatically is to use a TTL mechanism provided by a

0 commit comments

Comments
 (0)