You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/labels-annotations-taints.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,16 @@ Used on: Endpoints
268
268
269
269
In Kubernetes clusters v1.21 (or later), the Endpoints controller adds this annotation to an Endpoints resource if it has more than 1000 endpoints. The annotation indicates that the Endpoints resource is over capacity.
270
270
271
+
## batch.kubernetes.io/job-tracking
272
+
273
+
Example: `batch.kubernetes.io/job-tracking: ""`
274
+
275
+
Used on: Jobs
276
+
277
+
The presence of this annotation on a Job indicates that the control plane is
278
+
[tracking the Job status using finalizers](/docs/concepts/workloads/controllers/job/#job-tracking-with-finalizers).
279
+
You should **not** manually add or remove this annotation.
0 commit comments