- Home
- All questions
- Question 535
CKA study material · question 535 of 1000
An administrator wants to stop the kubelet from deleting dead containers on age alone. Which setting and value does that?
Show the answer
Answer: C. MinAge set to 0
MinAge is disabled by setting it to 0, whereas MaxPerPodContainer and MaxContainers are disabled with a negative value — the sentinel differs between the age bound and the count bounds.
Source: Garbage Collection (Kubernetes) — Container garbage collection