Skip to content

Commit 7da5b12

Browse files
author
Tim Bannister
committed
Note CronJob timezone comes from system timezone
The timezone for the kube-controller-manager (or if that's broken apart, the cronjob controller) determines when CronJobs are scheduled. This reverts commit bad124b.
1 parent 78c6606 commit 7da5b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ One CronJob object is like one line of a _crontab_ (cron table) file. It runs a
1818
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.
1919

2020
{{< note >}}
21-
All **CronJob** `schedule:` times are denoted in UTC.
21+
All **CronJob** `schedule:` times are based on the timezone of the master where the job is initiated.
2222
{{< /note >}}
2323

2424
When creating the manifest for a CronJob resource, make sure the name you provide

0 commit comments

Comments
 (0)