- Home
- All questions
- Question 179
CKA study material · question 179 of 1000
A globalDefault PriorityClass is added to a cluster that already runs many Pods. What changes for them?
Show the answer
Answer: A. Nothing; it applies only to Pods created afterwards
Adding a globalDefault PriorityClass does not change existing Pods; it applies to Pods created later.
Source: Pod Priority and Preemption (Kubernetes) — Notes about PodPriority and existing clusters