I think this should be a check. When designing cronjobs, it can cause incorrect schedules when using the implicit UTC timezone. It was the first thing I added when we upgraded to 1.27.
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones
I have a drafty repository where I am trying to implement some of the kube-score checks in Rego/OPA to use with Trivy. It's still a private repository, though.
I think this should be a check. When designing cronjobs, it can cause incorrect schedules when using the implicit UTC timezone. It was the first thing I added when we upgraded to 1.27.
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones
I have a drafty repository where I am trying to implement some of the kube-score checks in Rego/OPA to use with Trivy. It's still a private repository, though.