You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/controllers/cron-jobs.md
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ A _CronJob_ creates {{< glossary_tooltip term_id="job" text="Jobs" >}} on a repe
17
17
One CronJob object is like one line of a _crontab_ (cron table) file. It runs a job periodically
18
18
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.
19
19
20
-
In addition, the CronJob schedule supports timezone handling, you can specify the timezone by adding "CRON_TZ=<timezone>" at the beginning of the CronJob schedule, and it is recommended to always set `CRON_TZ`.
21
-
22
20
{{< caution >}}
23
21
All **CronJob**`schedule:` times are based on the timezone of the
0 commit comments