- Home
- All questions
- Question 534
CKA study material · question 534 of 1000
A node is configured with imageMaximumGCAge: 12h, but images that have been unused for a day are still present after a kubelet restart. Why?
Show the answer
Answer: A. A kubelet restart resets the tracked image age, so the full period must elapse again
Image usage age is not tracked across kubelet restarts; after a restart the kubelet waits the whole imageMaximumGCAge duration again before an image qualifies on age.
Source: Garbage Collection (Kubernetes) — Garbage collection for unused container images