Update timezone comment

Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
This commit is contained in:
Heba Elayoty 2023-07-06 12:24:08 -07:00
parent 2873cf7bea
commit 0659bf3380
No known key found for this signature in database
GPG Key ID: 0BDC32B64CAD8D29
1 changed files with 2 additions and 2 deletions

View File

@ -1052,8 +1052,8 @@ Used on: Jobs and Pods controlled by CronJobs
This annotation is used to record the original (expected) creation timestamp for a Job,
when that Job is part of a CronJob.
The control plane sets the value to that timestamp in RFC3339 format. The timezone for
that timestamp is either the explicit timezone in the cronjob or the controller-manager's local time.
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.
### kubectl.kubernetes.io/default-container