-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add a button to create a one-off job from a cron job.
Motivation
We often deploy cron jobs using Argo CD, but want to do test run of the job after deployment. Using kubectl you can easily create a job from a cron job using kubectl create job --from=cronjob/foo foo. As most of our engineers don't actually have cluster access using kubectl, integrating this into Argo CD (including RBAC, easily browsable logs, etc.) would be tremendously useful.
Proposal
Similar to the Restart option for deployments, this could be included in the dropdown when clicking a cron job object in the resource tree.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request