move the missing lines
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>pull/41857/head
parent
a4caf539b5
commit
10026321ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue