Skip to content

Commit 42af0d2

Browse files
authored
Remove paragraph about TTLAfterFinished feature gate
1 parent 8a8427e commit 42af0d2

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)