gpt4 book ai didi

kubernetes - kubectl 安装错误 - 连接到服务器 localhost :8080 was refused - did you specify the right host or port

转载 作者:行者123 更新时间:2023-12-03 16:41:19 25 4
gpt4 key购买 nike

我正在尝试在 AWS 上安装 kops 集群,作为先决条件,我按照提供的这些说明安装了 kubectl,

https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl

但是当我尝试验证安装时,出现以下错误。

ubuntu@ip-172-31-30-74:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.0", GitCommit:"6e937839ac04a38cac63e6a7a306c5d035fe7b0a", GitTreeState:"clean", BuildDate:"2017-09-28T22:57:57Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?

我不知道为什么!因为我之前已经用类似的方式设置了集群并且一切正常。
现在想建立一个新的集群,但有点卡在这里。

任何帮助表示赞赏。

最佳答案

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



此错误通常意味着您的 kubectl 配置不正确,并且指向错误的地址或凭据错误。

如果您已经使用 kops 成功创建了集群,则只需将其连接设置导出到 kubectl config。
kops export --name=<your_cluster_name> --config=~/.kube/config

如果要为此集群使用单独的配置文件,可以通过设置环境变量来实现:
export KUBECONFIG=~/.kube/you_cluster_name.config
kops export kubecfg --name you_cluster_name --config=~$KUBECONFIG

您还可以使用 KOPS_STATE_STORE 为每个团队成员创建 kubectl 配置:
export KOPS_STATE_STORE=s3://<somes3bucket>
# NAME=<kubernetes.mydomain.com>
kops export kubecfg ${NAME}

关于kubernetes - kubectl 安装错误 - 连接到服务器 localhost :8080 was refused - did you specify the right host or port,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51265483/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com