Kubernetes – 0/1 nodes are available: 1 node(s) had taint

Problem: 0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/unreachable: }, that the pod didn’t tolerate. Solution: kubectl taint nodes –all node.kubernetes.io/unreachable- node/minikube untainted Verify the status of the node using kubectl describe pod POD_NAME Check Events
 •  0 comments  •  flag
Share on Twitter
Published on August 15, 2020 06:49
No comments have been added yet.