root@localhost:/home/zxl/Downloads/sealos-k8s-install# kubectl taint nodes debian node-role.kubernetes.io/master:NoSchedule-
node/debian untainted
root@localhost:/home/zxl/Downloads/sealos-k8s-install# kubectl describe node debian | grep Taint
Taints:             <none>

更多推荐

k8s taint命令让master节点参与调度(去除污点node-role.kubernetes.io/master:NoSchedule)