- Home
- All questions
- Question 665
CKA study material · question 665 of 1000
An administrator adds a NoExecute taint to a node that is already running Pods. Which two things happen? Choose two.
Show the answer
Answer: A. Pods without a matching toleration are evicted
C. No new Pod without a matching toleration is scheduled there
NoExecute affects both the future and the present: it keeps intolerant Pods off and throws off the ones already there. NoSchedule would do only the former.
Source: Taints and Tolerations (Kubernetes) — Concepts