Skip to content

Commit 16566d6

Browse files
Update deprecation status of job-tracking annotation
1 parent 367bf07 commit 16566d6

File tree

1 file changed

+3
-10
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+3
-10
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,17 +1094,10 @@ Example: `batch.kubernetes.io/job-tracking: ""`
10941094

10951095
Used on: Jobs
10961096

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
10981098
[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.
11081101

11091102
### job-name (deprecated) {#job-name}
11101103

0 commit comments

Comments
 (0)