Skip to content

Commit 17ce950

Browse files
authored
Merge pull request #67935 from bergerhoffer/cron-jobs-ga
OCPBUGS#23312: Moving cron job time zones to GA
2 parents c9ac5c3 + f75844d commit 17ce950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-nodes-jobs-creating-cron.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
----
4646
+
4747
<1> Schedule for the job specified in link:https://en.wikipedia.org/wiki/Cron[cron format]. In this example, the job will run every minute.
48-
<2> An optional time zone for the schedule. See link:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones[List of tz database time zones] for valid options. If not specified, the Kubernetes controller manager interprets the schedule relative to its local time zone. This setting is offered as a link:https://access.redhat.com/support/offerings/techpreview[Technology Preview].
48+
<2> An optional time zone for the schedule. See link:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones[List of tz database time zones] for valid options. If not specified, the Kubernetes controller manager interprets the schedule relative to its local time zone.
4949
<3> An optional concurrency policy, specifying how to treat concurrent jobs within a cron job. Only one of the following concurrent policies may be specified. If not specified, this defaults to allowing concurrent executions.
5050
* `Allow` allows cron jobs to run concurrently.
5151
* `Forbid` forbids concurrent runs, skipping the next run if the previous has not

0 commit comments

Comments
 (0)