Skip to content

Instantly share code, notes, and snippets.

@rizwhn
Created August 8, 2019 08:06
Show Gist options
  • Select an option

  • Save rizwhn/5c5f2b01c2b6dc85835a54be0cf236ce to your computer and use it in GitHub Desktop.

Select an option

Save rizwhn/5c5f2b01c2b6dc85835a54be0cf236ce to your computer and use it in GitHub Desktop.
How to trigger a Kubernetes cronjob manually
kubectl create job --from=cronjob/<name of cronjob> <name of job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment