Remove CronJob info about graduating to stable

pull/36472/head
Subhasmita Swain 2022-09-01 00:17:33 +05:30
parent 68b7ee761b
commit c6afc7a5e5
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ weight: 10
<!-- overview -->
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.