kubernetes node SchedulingDisabled

问题:

k8s 集群的节点处于 SchedulingDisabled

解决方案

kubectl patch node NodeName -p "{"spec":{"unschedulable":false}}"
原文地址:https://www.cnblogs.com/shix0909/p/13640386.html