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