argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
14.63k stars 3.13k forks source link

Is it possible to have defaults for `CronWorkflow`? #10254

Open max-sixty opened 1 year ago

max-sixty commented 1 year ago

Summary

Currently there's a workflowDefaults feature in the worflow controller configmap โ€”ย very useful!

We'd like to set a default startingDeadlineSeconds, so if the workflow controller fails, it'll create any workflows that it missed when K8s starts another back up. This exists on CronWorkflowSpec rather than WorkflowSpec, though.

Is that possible at the moment?

Thank you!


Message from the maintainers:

Love this enhancement proposal? Give it a ๐Ÿ‘. We prioritise the proposals with the most ๐Ÿ‘.

matanlb commented 6 months ago

+1 on this one. In our use case we'd like to set a default value for concurrencyPolicy (different from argo's default one) so something cronWorkflowDefaults would be useful