- Home
- All questions
- Question 673
CKA study material · question 673 of 1000
An operator creates a PriorityClass with globalDefault: true in a running cluster. What effect does it have on the Pods already there?
Show the answer
Answer: C. None; only Pods created afterwards get the default
Adding a globalDefault PriorityClass does not change the priorities of existing Pods; its value applies from the point it is added onwards.
Source: Pod Priority and Preemption (Kubernetes) — PriorityClass