Kubernetes: can’t schedule a pod on master node

Attempting to run a pod on the master and get this error:

Warning  FailedScheduling  14m (x2 over 14m)  default-scheduler  0/1 nodes are available: 1 node(s) had taints that the pod didn't tolerate.

From issue here: you can configure the master node to run pods with:

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.