vic3lord / cronjobjob

Kubernetes plugin that takes CronJob manifest and executes a Job

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CronJobJob

Generate a Kubernetes Job to execute now! from a Kubernetes CronJob spec

Deprecated: kubectl supports executing a job from cronjob spec.
kubectl create job --from=cronjob/etl-example

Install

mv kubectl-cronjobjob /usr/local/bin/kubectl-cronjobjob # or any other place in $PATH

# Verify installation
kubectl cronjobjob <filename> <--dry-run>

Example

kubectl cronjobjob cronjob.yaml

About

Kubernetes plugin that takes CronJob manifest and executes a Job

License:ISC License


Languages

Language:Ruby 100.0%