| title |
content_type |
_build |
stages |
removed |
| JobTrackingWithFinalizers |
feature_gate |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| alpha |
false |
1.22 |
1.22 |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| beta |
false |
1.23 |
1.24 |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| beta |
true |
1.25 |
1.25 |
|
| stage |
defaultValue |
fromVersion |
toVersion |
| stable |
true |
1.26 |
1.28 |
|
|
true |
Enables tracking Job
completions without relying on Pods remaining in the cluster indefinitely.
The Job controller uses Pod finalizers and a field in the Job status to keep
track of the finished Pods to count towards completion.