did you specify the right host or port? Kubernetes报错

识趣 发表于: 2021-12-19   最后更新时间: 2021-12-19 22:49:11   1,450 游览

我使用kubectl运行:

kubectl run hello-node --image=gcr.io/PROJECT_ID/hello-node:v1 --port=8080

报错:

The connection to the server localhost:8080 was refused - did you specify the right host or port?

为什么命令行会尝试连接到localhost?

发表于 2021-12-19

你的kubeconfig不对。要自动生成它,运行:

gcloud container clusters get-credentials "CLUSTER NAME"

这样。

你的答案

查看kubernetes相关的其他问题或提一个您自己的问题