Open malta895 opened 1 year ago
all versions
If this does not imply compatibility issues, CronJobs should be used with batchv1 k8s API version
batchv1
In this repo there are few cases in which CronJobs are still used from the batchv1beta1 version, while they are in batchv1 since K8s 1.21 included.
batchv1beta1
As far as I know, Mia-Platform has dropped support for Kubernetes 1.20, so I think there's no longer need to use batchv1 for the CronJobs.
Hi, the batchv1beta1 version are still used for compatibility with console versions where the cronjob generated are of that apiVersion.
What version or versions you have tested?
all versions
Which operating systems have you used?
What did you expect to happen?
If this does not imply compatibility issues, CronJobs should be used with
batchv1
k8s API versionWhat happened instead?
In this repo there are few cases in which CronJobs are still used from the
batchv1beta1
version, while they are inbatchv1
since K8s 1.21 included.As far as I know, Mia-Platform has dropped support for Kubernetes 1.20, so I think there's no longer need to use
batchv1
for the CronJobs.Code of Conduct