Trigger an ad hoc run from an existing CronJob.
Section: Jobs and CronJobs
Create job from cronjob
bash
bash
kubectl create job --from=cronjob/nightly-backup manual-backup-20260305 -n opsExplanation
Trigger an ad hoc run from an existing CronJob.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Jobs and CronJobs