Created
July 20, 2021 07:21
-
-
Save iamcryptoki/749a94017c279f87808a3b64bd660298 to your computer and use it in GitHub Desktop.
Trigger a Kubernetes scheduled job manually.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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