skip to content
Alvin Lucillo

Manual pod scheduling

/ 1 min read

If kube-scheduler is down or terminated, you can schedule a pod to a node by specifying the name of the node in po.spec.nodeName. This is because since kube-scheduler is responsible to determine which node to schedule/assign a pod, a pod that’s already scheduled (setting nodeName) won’t need the scheduler