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

CKA study material · question 69 of 1000

Maintenance is finished on a drained node but no new Pods are scheduled to it. What was forgotten?

  1. Re-running kubeadm join
  2. kubectl uncordon on the node
  3. Removing the node's Lease object
  4. Restarting the kubelet
Show the answer

Answer: B. kubectl uncordon on the node

A drained node stays marked unschedulable until kubectl uncordon returns it to service.

Source: Safely Drain a Node (Kubernetes) — Use kubectl drain to remove a node from service

Challenge yourself on this topic → Study as cards