Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save automaticalldramatic/5c5f2b01c2b6dc85835a54be0cf236ce to your computer and use it in GitHub Desktop.
Save automaticalldramatic/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