hiddeco / cronjobber

Cronjobber is a cronjob controller for Kubernetes with support for time zones
Apache License 2.0
244 stars 38 forks source link

Kubectl create job? #19

Closed chenbr closed 5 years ago

chenbr commented 5 years ago

The cronjob kind has this feature —from and wondering if we can add here? Ie, kubectl create job —from=cronjob/ .

hiddeco commented 5 years ago

There is no way to extend the --from functionality at the moment (it does a hard check on an existing cronjob), so sadly: no.