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

  1. They are repriced at the next scheduling cycle
  2. They are recreated with the new priority
  3. None; only Pods created afterwards get the default
  4. Only Pods with no priorityClassName are updated in place
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

Challenge yourself on this topic → Study as cards