k8s 0/2 nodes are available: 2 node(s) had taints that the pod didn’t tolerate
k8s默认master节点不分配pod资源,如果一定要在master节点分配资源或pods或者单机版k8s出现以下的问题可以使用一下的命令
kubectl taint nodes --all node-role.kubernetes.io/master-
去除节点所有的污点
k8s 0/2 nodes are available: 2 node(s) had taints that the pod didn’t tolerate
k8s默认master节点不分配pod资源,如果一定要在master节点分配资源或pods或者单机版k8s出现以下的问题可以使用一下的命令
kubectl taint nodes --all node-role.kubernetes.io/master-
去除节点所有的污点