File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -1094,17 +1094,10 @@ Example: `batch.kubernetes.io/job-tracking: ""`
1094
1094
1095
1095
Used on: Jobs
1096
1096
1097
- The presence of this annotation on a Job indicates that the control plane is
1097
+ The presence of this annotation on a Job used to indicate that the control plane is
1098
1098
[ tracking the Job status using finalizers] ( /docs/concepts/workloads/controllers/job/#job-tracking-with-finalizers ) .
1099
- The control plane uses this annotation to safely transition to tracking Jobs
1100
- using finalizers, while the feature is in development.
1101
- You should ** not** manually add or remove this annotation.
1102
-
1103
- {{< note >}}
1104
- Starting from Kubernetes 1.26, this annotation is deprecated.
1105
- Kubernetes 1.27 and newer will ignore this annotation and always track Jobs
1106
- using finalizers.
1107
- {{< /note >}}
1099
+ Adding or removing this annotation no longer has an effect (Kubernetes v1.27 and later)
1100
+ All Jobs are tracked with finalizers.
1108
1101
1109
1102
### job-name (deprecated) {#job-name}
1110
1103
You can’t perform that action at this time.
0 commit comments