Update docs with new job annotation

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
This commit is contained in:
Heba Elayoty 2023-07-03 08:24:20 -07:00
parent a4a08726d8
commit e051ea88e8
No known key found for this signature in database
GPG Key ID: 0BDC32B64CAD8D29
1 changed files with 10 additions and 0 deletions

View File

@ -1042,6 +1042,16 @@ Used on: Pod
The Job controller in the kube-controller-manager sets this annotation for Pods
created with Indexed [completion mode](/docs/concepts/workloads/controllers/job/#completion-mode).
### batch.kubernetes.io/cronjob-scheduled-timestamp
Type: Annotation
Example: `batch.kubernetes.io/cronjob-scheduled-timestamp: "2016-05-19T03:00:00-07:00"`
Used on: Jobs and Pods controlled by Jobs
This annotation is used to record the original/expected creation timestamp for the running job. It is represented in RFC3339.
### kubectl.kubernetes.io/default-container
Type: Annotation