move the missing lines

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
pull/41857/head
Heba Elayoty 2023-08-08 12:02:19 -07:00
parent a4caf539b5
commit 10026321ee
No known key found for this signature in database
GPG Key ID: 0BDC32B64CAD8D29
1 changed files with 3 additions and 3 deletions

View File

@ -1057,6 +1057,9 @@ Used on: Pod
The Job controller in the kube-controller-manager sets this as a label and annotation for Pods
created with Indexed [completion mode](/docs/concepts/workloads/controllers/job/#completion-mode).
Note the [PodIndexLabel](content/en/docs/reference/command-line-tools-reference/feature-gates.md) feature gate must be enabled
for this to be added as a pod **label**, otherwise it will just be an annotation.
### batch.kubernetes.io/cronjob-scheduled-timestamp
Type: Annotation
@ -1070,9 +1073,6 @@ when that Job is part of a CronJob.
The control plane sets the value to that timestamp in RFC3339 format. If the Job belongs to a CronJob
with a timezone specified, then the timestamp is in that timezone. Otherwise, the timestamp is in controller-manager's local time.
Note the [PodIndexLabel](content/en/docs/reference/command-line-tools-reference/feature-gates.md) feature gate must be enabled
for this to be added as a pod **label**, otherwise it will just be an annotation.
### kubectl.kubernetes.io/default-container
Type: Annotation