From b5e83e89448bcb69c095b7a056aa3f5fa4dcd4ed Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Tue, 16 Nov 2021 17:01:48 +0100 Subject: [PATCH] Add warning about using unsupported CRON_TZ --- .../workloads/controllers/cron-jobs.md | 35 +++++++++++-------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/cron-jobs.md b/content/en/docs/concepts/workloads/controllers/cron-jobs.md index 083de9133404e..433ab201c6a42 100644 --- a/content/en/docs/concepts/workloads/controllers/cron-jobs.md +++ b/content/en/docs/concepts/workloads/controllers/cron-jobs.md @@ -17,8 +17,6 @@ A _CronJob_ creates {{< glossary_tooltip term_id="job" text="Jobs" >}} on a repe One CronJob object is like one line of a _crontab_ (cron table) file. It runs a job periodically on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format. -In addition, the CronJob schedule supports timezone handling, you can specify the timezone by adding "CRON_TZ=