digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

Add CronJob Concurrency Check #97

Closed jasimmons closed 4 years ago

jasimmons commented 4 years ago

Summary Adds a check which warns when a CronJob is found which has a concurrencyPolicy of Allow.

Issue Solves #95 .