问题描述
节点处于 Ready,SchedulingDisabled 状态;
问题原因
问题原因有很多,至少它在提示你当前节点禁用调度;
解决办法
kubectl uncordon <node-name>
参考文献
Safely Drain a Node while Respecting the PodDisruptionBudget
My worker node status is Ready,SchedulingDisabled
节点处于 Ready,SchedulingDisabled 状态;
问题原因有很多,至少它在提示你当前节点禁用调度;
kubectl uncordon <node-name>
Safely Drain a Node while Respecting the PodDisruptionBudget
My worker node status is Ready,SchedulingDisabled