美文网首页
设置允许Pod调度到Master节点

设置允许Pod调度到Master节点

作者: LL1502 | 来源:发表于2020-05-08 16:30 被阅读0次

    # kubectl describe node k8s |grep Taints

    Taints: node-role.kubernetes.io/master:NoSchedule

    # kubectl taint nodes --all node-role.kubernetes.io/master-

    node "k8s" untainted

    # kubectl describe node k8s |grep Taints

    Taints: <none>

    相关文章

      网友评论

          本文标题:设置允许Pod调度到Master节点

          本文链接:https://www.haomeiwen.com/subject/yuhpiqtx.html