Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created July 20, 2021 07:21
Show Gist options
  • Select an option

  • Save iamcryptoki/749a94017c279f87808a3b64bd660298 to your computer and use it in GitHub Desktop.

Select an option

Save iamcryptoki/749a94017c279f87808a3b64bd660298 to your computer and use it in GitHub Desktop.
Trigger a Kubernetes scheduled 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