The connection to the server localhost:8080 was refused
来源:9-5 使用kubeadm搭建多节点K8S集群
weixin_慕斯卡0094496
2020-03-03
kubectl get nodes
NAME STATUS ROLES AGE VERSION
192.168.205.120 NotReady master 59m v1.17.3
k8s-node1 NotReady 48m v1.17.3
k8s-node2 NotReady 47m v1.17.3
[vagrant@k8s-master ~]$ kubectl get pods
No resources found in default namespace.
[vagrant@k8s-master ~]$ sudo kubectl get pod --all-namespaces
The connection to the server localhost:8080 was refused - did you specify the right host or port?
写回答
2回答
-
weixin_慕斯卡0094496
提问者
2020-03-04
想问下老师怎么排查原因,以及解决这个问题
012020-03-05 -
麦兜搞IT
2020-03-04
您好,您的k8s的集群好像没有搭建成功啊
012020-03-04
相似问题