Argo: Cron Workflow Run Now

Created on 27 May 2020  路  4Comments  路  Source: argoproj/argo

Summary

Allow Cron Workflow to run at any arbitrary time with a button trigger

Motivation

Even though the Cron is suppose to run on a schedule. The Kubernete dashboard's cronjob supports a way to trigger the job as needed.

Proposal

Add a date picker and run button to the cron tab so a default DS value could be passed into the cron workflow to enable run on the given workflow at any arbitrary time.

enhancement

Most helpful comment

Would be nice to have an option in the UI

All 4 comments

@simster7

This is already supported with

$ argo submit --from cronwf/my-cron-wf-name

See:

$ argo submit --help
...
--from kind/name               Submit from an existing kind/name E.g., --from=cronwf/hello-world-cwf

Would be nice to have an option in the UI

Would be nice to have an option in the UI

Agreed

Was this page helpful?
0 / 5 - 0 ratings