Skip to content

Instantly share code, notes, and snippets.

@leoluz
Created October 19, 2018 14:47
Show Gist options
  • Save leoluz/79e1900a76d839185540b1aec76ed2d3 to your computer and use it in GitHub Desktop.
Save leoluz/79e1900a76d839185540b1aec76ed2d3 to your computer and use it in GitHub Desktop.
Kubernetes: create a job from a cronjob (requires kubectl v1.10.1+)
kubectl create job --from=cronjob/<cronjob-name> <job-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment