Skip to content

Instantly share code, notes, and snippets.

@amrutprabhu
Created December 2, 2020 10:00
Show Gist options
  • Save amrutprabhu/c2ff34519e30b9bea632d1a7454251ea to your computer and use it in GitHub Desktop.
Save amrutprabhu/c2ff34519e30b9bea632d1a7454251ea to your computer and use it in GitHub Desktop.
Command to trigger the kubernetes cron job manually
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