We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8427e commit 42af0d2Copy full SHA for 42af0d2
content/en/docs/concepts/workloads/controllers/job.md
@@ -342,11 +342,6 @@ If the field is set to `0`, the Job will be eligible to be automatically deleted
342
immediately after it finishes. If the field is unset, this Job won't be cleaned
343
up by the TTL controller after it finishes.
344
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
-
350
## Job patterns
351
352
The Job object can be used to support reliable parallel execution of Pods. The Job object is not
0 commit comments