Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. MaxContainers set to 0
  2. MaxPerPodContainer set to 0
  3. MinAge set to 0
  4. MinAge set to a negative number
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

Challenge yourself on this topic → Study as cards