From c6afc7a5e54351c4eed38ecebee75c06b883b85c Mon Sep 17 00:00:00 2001 From: Subhasmita Swain Date: Thu, 1 Sep 2022 00:17:33 +0530 Subject: [PATCH] Remove CronJob info about graduating to stable --- content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md index 8b794ab68d..5d3a861911 100644 --- a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -9,10 +9,6 @@ weight: 10 -CronJobs was promoted to general availability in Kubernetes v1.21. If you are using an older version of -Kubernetes, please refer to the documentation for the version of Kubernetes that you are using, -so that you see accurate information. Older Kubernetes versions do not support the `batch/v1` CronJob API. - You can use a {{< glossary_tooltip text="CronJob" term_id="cronjob" >}} to run {{< glossary_tooltip text="Jobs" term_id="job" >}} on a time-based schedule. These automated jobs run like [Cron](https://en.wikipedia.org/wiki/Cron) tasks on a Linux or UNIX system.