CronJob manual trigger functionality #1597
Unanswered
dimitriospafos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
it is actually copy the job spec using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to know if it's possible to trigger an existing cron job ad-hoc style.
e.g:
In the k8 dashboard:
Using native command: "kubectl create job --from=cronjob/ -n "
I've used "CreateNamespacedCronJobAsync" to create a cron job. But I don't see a "from" argument that I could use to trigger the existing job as in the native command above.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions