Skip to content

Commit 11afd15

Browse files
authored
Merge pull request #28405 from n1rna/patch-1
Fix feature state version for jobs ttl
2 parents 1ae5374 + 42af0d2 commit 11afd15

File tree

1 file changed

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

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
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="beta" >}}
308308

309309
Another way to clean up finished Jobs (either `Complete` or `Failed`)
310310
automatically is to use a TTL mechanism provided by a
@@ -342,11 +342,6 @@ If the field is set to `0`, the Job will be eligible to be automatically deleted
342342
immediately after it finishes. If the field is unset, this Job won't be cleaned
343343
up by the TTL controller after it finishes.
344344

345-
Note that this TTL mechanism is alpha, with feature gate `TTLAfterFinished`. For
346-
more information, see the documentation for
347-
[TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/) for
348-
finished resources.
349-
350345
## Job patterns
351346

352347
The Job object can be used to support reliable parallel execution of Pods. The Job object is not

0 commit comments

Comments
 (0)