问题:default-scheduler 0/1 nodes are available: 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn‘t tolerate.
解决:kubectl taint nodes --all node-role.kubernetes.io/master-
参考链接:https://www.cnblogs.com/dream397/p/13814751.html
0/1 nodes are available: 1 node(s) had taint
原文:https://www.cnblogs.com/wangjq19920210/p/14960586.html