天天看点

禁止node节点分配资源

禁止:$kubectl patch node kubernetes-minion1 -p'{"spec":{"unschedulable":ture}}',

开启:$kubectl patch node kubernetes-minion1 -p'{"spec":{"unschedulable":false}}',

继续阅读