Run CronJob immediately Run CronJob immediately Jul 30, 2022 • Category OpenShift by Chris Phillips One of my most common google strings is how to run a cronjob in k8s immediately. kubectl create job --from=cronjob/<CronJob Name> <JobName> Use the above command just change the cronjob name and the jobname