concurrencyPolicy auf forbid ("forbids concurrent runs, skipping the next run if the previous has not finished yet") oder replace ("cancels the currently running job and replaces it with a new one") setzen. Jetzt ist es gar nicht gesetzt und dadurch auf dem Standard allow ("allows Cron Jobs to run concurrently").
concurrencyPolicy
aufforbid
("forbids concurrent runs, skipping the next run if the previous has not finished yet") oderreplace
("cancels the currently running job and replaces it with a new one") setzen. Jetzt ist es gar nicht gesetzt und dadurch auf dem Standardallow
("allows Cron Jobs to run concurrently").Doku siehe https://docs.openshift.com/container-platform/3.7/dev_guide/cron_jobs.html#creating-a-cronjob.
Hängt irgendwie auch mit https://github.com/sogis/docker-mapcache/issues/6 zusammen.