How can I schedule a Kubernetes cron job to run at a specific time and just once?
(Or alternatively, a Kubernetes job which is not scheduled to run right away, but delayed for some amount of time – what is in some scheduling systems referred to as "earliest time to run".)
The documentation says:
Cron jobs can also schedule individual tasks for a specific time [...]
But how does that work in terms of job history; is the control plane smart enough to know that the scheduling is for a specific time and won't be recurring?