Reject independent Jobs with startPolicy.concurrencyPolicy #18
Labels
area/api
Related to public APIs, including CRD design, configuration, etc
component/execution
Issues or PRs related exclusively to the Execution component (Job, JobConfig)
good first issue
Good for newcomers
kind/feature
Categorizes issue or PR as related to a new, well-defined and agreed-upon feature.
The
startPolicy.concurrencyPolicy
field is used to define how to handle concurrent Jobs belonging to the same JobConfig.In the case of Independent Jobs, they have no such JobConfig to look up, so the
concurrencyPolicy
is effectively useless, and we should just reject Jobs that specify this field.The text was updated successfully, but these errors were encountered: