- Home
- All questions
- Question 189
CKA study material · question 189 of 1000
A static Pod must survive resource pressure. Why can it not use priorityClassName?
Show the answer
Answer: B. Static Pods do not support that field, so priority is set directly
Static Pods do not support priorityClassName, so the priority field is set on the Pod itself.
Source: Node-pressure Eviction (Kubernetes) — Pod selection for kubelet eviction