Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Warning about using concurrencyPolicy in cronjobs #128

@krol3

Description

@krol3

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions