helm Get https://10.96.0.1:443/a

2021-04-15  本文已影响0人  与诗小睡
Error: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps?labelSelector=OWNER%!D(MISSING)TILLER: dial tcp 10.96.0.1:443: i/o timeout
#去除master节点的污点

kubectl taint nodes master node-role.kubernetes.io/master:NoSchedule-

#master 打标签
kubectl label nodes master role=master 
#编辑tiller的deployment,在container字段上添加nodeSelector,选择master节点
kubectl edit  deployment tiller-deploy  -n kube-system
image.png
上一篇下一篇

猜你喜欢

热点阅读