did you specify the right host or port? error on Kubernetes

后端 未结 19 1682
北恋
北恋 2020-12-13 12:12

I have followed the helloword tutorial on http://kubernetes.io/docs/hellonode/.

When I run:

kubectl run hello-node --image=gcr.io/PROJECT_ID/hello-node         


        
相关标签:
19条回答
  • 2020-12-13 12:57

    This errors means that kubectl is attempting to connect to a Kubernetes apiserver running on your local machine, which is the default if you haven't configured it to talk to a remote apiserver.

    0 讨论(0)
提交回复
热议问题