Skip to content

Commit 2566978

Browse files
authored
add deprecation note for cronjob v1beta1 (#2392)
1 parent 49af6bf commit 2566978

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/cron_job.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ description: |-
1515
Note: All CronJob `schedule` times are based on the timezone of the master where the job is initiated.
1616
For instructions on creating and working with cron jobs, and for an example of a spec file for a cron job, see [Kubernetes reference](https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/).
1717

18+
~> NOTE: With the release of Kubernetes v1.25, CronJob batch/v1beta1 has been removed. You can read more information about migrating to batch/v1 in the [Kubernetes 1.25 migration guide](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#cronjob-v125).
19+
1820
## Example Usage
1921

2022
```hcl

0 commit comments

Comments
 (0)