godaddy/kubernetes-client

How to create a job from cronjob programmatically?

Open

#443 opened on Apr 3, 2019

View on GitHub
 (5 comments) (1 reaction) (0 assignees)JavaScript (954 stars) (206 forks)batch import
help wantedrequest for example

Description

I would like to run a cronjob programmatically using the following command, Can anyone help on this? kubectl create job --from=cronjob/test-job test1

Contributor guide