You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
The cronjob could be set with concurrencyPolicy: Allow, so when the job fails, the next job doesn't replace the previous job. This could cause resource starvation in the cluster.
It will be nice to have a warning about this, verify concurrencyPolicy is always set to either “Forbid” or “Replace”.
The cronjob could be set with concurrencyPolicy: Allow, so when the job fails, the next job doesn't replace the previous job. This could cause resource starvation in the cluster.
It will be nice to have a warning about this, verify concurrencyPolicy is always set to either “Forbid” or “Replace”.
Kubernetes doc: https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
The text was updated successfully, but these errors were encountered: