Skip to content

Commit d92c9f2

Browse files
authored
Fix feature state version for jobs ttl
I think this is a typo in the docs and it should be `v1.21` instead of `v1.12`
1 parent 8789b66 commit d92c9f2

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
@@ -304,7 +304,7 @@ cleaned up by CronJobs based on the specified capacity-based cleanup policy.
304304

305305
### TTL mechanism for finished Jobs
306306

307-
{{< feature-state for_k8s_version="v1.12" state="alpha" >}}
307+
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
308308

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

0 commit comments

Comments
 (0)