hiddeco / cronjobber

Cronjobber is a cronjob controller for Kubernetes with support for time zones
Apache License 2.0
244 stars 38 forks source link

About tzcronjob's ConcurrentPolicy #58

Open wonizz opened 12 months ago

wonizz commented 12 months ago

Do you apply the same concurrent policy of k8scronjob? Even if I apply 'forbid' and 'replace', it seems to be set to 'allow'.

hiddeco commented 12 months ago

This repository has not been actively maintained for a long time, and my advice would be to update to Kubernetes 1.27.x which has built in support for time zones in cronjobs. See: https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones

Need to update the README.md to reflect this, and archive the repository.