kubectl get 节点无法连接到服务器



Google Cloud SDK 控制台显示"无法连接到服务器:拨打 tcp [::1]:8080:connectex:无法建立连接,因为目标计算机主动拒绝了它。 当我尝试运行 kubectl 命令时出现以下错误

点击这里查看图片

此错误表示您的kubeconfig不正确。

要使用连接到群集,您可以运行:

gcloud container clusters list

若要获取群集的名称,然后运行:

gcloud container clusters get-credentials <cluster-name>

为所选集群生成kubeconfig

相关内容

  • 没有找到相关文章

最新更新