Schedule Specification
K8up comes with its own integrated scheduler and supports more advanced schedule specifications.
The standard Cron syntax (for example 0 */12 * * *
) is supported (see Wikipedia)
All interpretation and scheduling is done in the machine’s local time zone, as provided by the Go time package.
The following non-standard schedules are supported:
Entry in Spec | Description | Equivalent to |
---|---|---|
|
Run once a year, midnight, Jan. 1st |
|
|
Run once a month, midnight, first of month |
|
|
Run once a week, midnight between Sat/Sun |
|
|
Run once a day, midnight |
|
|
Run once an hour, beginning of hour |
|
|
Run once at fixed intervals, starting at the time it’s added or K8up is started up.
|
Entry in Spec | Description | Equivalent to |
---|---|---|
|
Run once a year, randomized start time and date |
|
|
Run once a month, randomized start time and date |
|
|
Run once a week, randomized start time and weekday |
|
|
Run once a day, randomized start time |
|
|
Run once an hour, randomized minute |
|
The day-of-month in the |