- Home
- All questions
- Question 428
CKA study material · question 428 of 1000
A container has crash-looped for an hour, then runs successfully for a long stretch and crashes again. What is the restart delay?
Show the answer
Answer: A. It starts from the beginning, because the backoff was reset
Running successfully for long enough resets the backoff, so a new crash is treated as the first.
Source: Pod Lifecycle (Kubernetes) — Container restart policy