Study. uk . com
  1. Home
  2. All questions
  3. Question 698

CKA study material · question 698 of 1000

A Pod shows the status SchedulingGated and never reaches the scheduler. What must happen for it to proceed?

  1. A node with matching affinity must join the cluster
  2. Its PriorityClass must be created
  3. Every entry in spec.schedulingGates must be removed
  4. Its PersistentVolumeClaim must be bound
Show the answer

Answer: C. Every entry in spec.schedulingGates must be removed

A Pod carrying scheduling gates is held out of scheduling entirely until they are all cleared, which is how an external controller signals that prerequisites are met.

Source: Pod Scheduling Readiness (Kubernetes) — Pod Scheduling Readiness (overview)

Challenge yourself on this topic → Study as cards