gpt4 book ai didi

kubernetes - 种类和 kubectl : The connection to the server localhost:8080 was refused - did you specify the right host or port?

转载 作者:行者123 更新时间:2023-12-05 03:48:15 24 4
gpt4 key购买 nike

我正在尝试使用 KIND启动我的 Kubernetes 集群并尝试将其与 Kubectl 一起使用,但我遇到了第一个障碍

我使用以下配置设置了一个集群

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraPortMappings:
- hostPort: 80
containerPort: 80

然后我用kubectl

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

这是有道理的,因为如果我执行 docker ps

CONTAINER ID        IMAGE                   COMMAND                  CREATED             STATUS              PORTS                       NAMES
9dcd3b6fd19d kindest/node:v1.17.11 "/usr/local/bin/entr…" 14 minutes ago Up 14 minutes 127.0.0.1:44609->6443/tcp kind-control-plane

我需要做什么才能启动 kubernetes API 服务器并获取其上的节点?

最佳答案

我用 sudo chmod 0644/etc/kubernetes/admin.confexport KUBECONFIG=/etc/kubernetes/admin.conf 解决了这个问题

关于kubernetes - 种类和 kubectl : The connection to the server localhost:8080 was refused - did you specify the right host or port?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64540103/

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