k8s从节点不能运行kubectl命令的解决方法
https://blog.csdn.net/lfm940624/article/details/84706118
·
运行命令:
kubectl get pod
报错:
The connection to the server localhost:8080 was refused - did you specify the right host or port?
解决方法:
cat /etc/kubernetes/kubelet.conf
clusters.cluster.server 中显示的是master的地址
登陆到master节点,复制主节点文件/etc/kubernetes/admin.conf到从节点的相同路径即可
参考链接:
更多推荐
已为社区贡献3条内容
所有评论(0)