让master节点参与调度(去除NoSchedule污点)

默认master节点是taint,可用如下方法来去掉taint
 
kubectl taint nodes master节点主机名 node-role.kubernetes.io/master-
 
查看
kubectl describe node master节点主机名 | grep Taints
posted @ 2022-06-28 16:56  opscool  阅读(172)  评论(0)    收藏  举报