- Home
- All questions
- Question 657
CKA study material · question 657 of 1000
A CronJob with no startingDeadlineSeconds misses its 02:00 run because the controller was down until 05:00. What happens when the controller returns?
Show the answer
Answer: B. The missed run has no deadline and may still be started
Without startingDeadlineSeconds the occurrences have no deadline at all, so a controller that comes back late will still start them — which is why the field is worth setting on time-sensitive jobs.
Source: CronJob (Kubernetes) — CronJob limitations › Starting deadline