Skip to content

Commit 068d86d

Browse files
authored
Merge pull request #31608 from atoato88/update-job-ttl-mechanism-to-stable
Update TTL mechanism in Job to stable feature state
2 parents 4727e39 + f1310ca commit 068d86d

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)