From 16566d6affe0cc03b5234cf5f2c502831c2c9b5e Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Fri, 4 Aug 2023 11:50:54 -0400 Subject: [PATCH] Update deprecation status of job-tracking annotation --- .../reference/labels-annotations-taints/_index.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index 63114d9fbc..b2c0ec9aec 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -1094,17 +1094,10 @@ Example: `batch.kubernetes.io/job-tracking: ""` Used on: Jobs -The presence of this annotation on a Job indicates that the control plane is +The presence of this annotation on a Job used to indicate that the control plane is [tracking the Job status using finalizers](/docs/concepts/workloads/controllers/job/#job-tracking-with-finalizers). -The control plane uses this annotation to safely transition to tracking Jobs -using finalizers, while the feature is in development. -You should **not** manually add or remove this annotation. - -{{< note >}} -Starting from Kubernetes 1.26, this annotation is deprecated. -Kubernetes 1.27 and newer will ignore this annotation and always track Jobs -using finalizers. -{{< /note >}} +Adding or removing this annotation no longer has an effect (Kubernetes v1.27 and later) +All Jobs are tracked with finalizers. ### job-name (deprecated) {#job-name}