File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,14 @@ 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
- {{< note >}}
21
- All ** CronJob** ` schedule: ` times are denoted in UTC.
22
- {{< /note >}}
20
+ {{< caution >}}
21
+ All ** CronJob** ` schedule: ` times are based on the timezone of the
22
+ {{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}}.
23
+
24
+ If your control plane runs the kube-controller-manager in Pods or bare
25
+ containers, the timezone set for the kube-controller-manager container determines the timezone
26
+ that the cron job controller uses.
27
+ {{< /caution >}}
23
28
24
29
When creating the manifest for a CronJob resource, make sure the name you provide
25
30
is a valid [ DNS subdomain name] ( /docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) .
You can’t perform that action at this time.
0 commit comments