To create a onetime kubernetes job from an existing cronjob…
kubectl create job --from=cronjob/{exisiting-kubernetes-cron-job} {manual-job-name}
It appears that your browser is an old version (or maybe is set to compatability mode?).
This site is unlikely to display properly in a browser with legacy behaviour.
Old browsers are a security risk for the user and can be a source of disproportionate effort for those producing internet content.
So please upgrade and then we'll be able to welcome you here with open arms.
Thanks for your understanding, looking forward to catching up with you again soon.
A collection of missives on various topics
To create a onetime kubernetes job from an existing cronjob…
kubectl create job --from=cronjob/{exisiting-kubernetes-cron-job} {manual-job-name}