无法连接到服务器:拨打 tcp [::1]:8080: connectex: 无法建立连接,因为目标机器主动拒绝。 -Microk8s

Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it. -Microk8s

当我执行此命令时 kubectl get pods --all-namespaces 我得到了 Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.

我所有的 pods 都是 运行 并准备好 1/1,但是当我使用这个 microk8s kubectl get service -n kube-system 我得到

kubernetes-dashboard        ClusterIP   10.152.183.132   <none>        443/TCP    6h13m
dashboard-metrics-scraper   ClusterIP   10.152.183.10    <none>        8000/TCP   6h13m

即使 dns 已启用,我仍然缺少 kube-dns。此外,当我为所有 ip 地址 microk8s kubectl proxy --accept-hosts=.* --address=0.0.0.0 & 键入代理时,我只得到这个 Starting to serve on [::]:8001 并且我缺少 [1]84623 例如。

我在 Windows 上将 microk8s 和 multipass 与 Hyper-V 管理器一起使用,但我无法访问网络上的仪表板。我也是初学者,这是我的大学论文。我在网上看到类似的东西,但它是针对 Azure 的。

发布评论中的答案以提高可见度: 通过重新安装 multipass 和 microk8s 解决了问题。现在可以了。