已解决—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 get namespace时报错:

[root@ip-10-0-0-8 ~]# kubectl get namespace

E0320 07:39:20.866425 32422 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused

....

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,运维,docker,kubernetes

原因:kubectl命令需要使用kubernetes-admin来运行,需要admin.conf文件;而admin.conf 文件是通过 “kubeadmin init” 命令在 /etc/kubernetes 中创建的,从节点没有该配置文件;因此需要将admin.conf复制到从节点

复制配置文件并解决此问题: 

sudo mkdir ~/.kube
sudo cp /etc/kubernetes/admin.conf ~/.kube/

cd ~/.kube
sudo mv admin.conf config
sudo service kubelet restart

 或者按以下方式指定配置文件:

kubectl --kubeconfig ~/.kube/config  get nodes

 或者配置环境变量

echo "export KUBECONFIG=/etc/kubernetes/admin.conf" >> ~/.bash_profile

source ~/.bash_profile

技术性分享,转载请注明出处!

欢迎互相交流,共同进步!文章来源地址https://www.toymoban.com/news/detail-520130.html

到了这里,关于已解决—The connection to the server localhost:8080 was refused - did you specify the right host or port的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 解决:The connection to the server raw.githubusercontent.com was refused - did you specify the right ho

    我在部署k8s集群安装fannel 时候 出现报错: The connection to the server raw.githubusercontent.com was refused - did you specify the right host or port? 原因:外网不可访问 解决办法: 在https://www.ipaddress.com/查询raw.githubusercontent.com的真实IP。 加入 再次运行 即可成功安装fannel 希望对各位有所帮助!

    2024年02月11日
    浏览(47)
  • 《Kubernetes》-- kubectl get nodes报错:The connection to the server localhost:8080

    在使用Kubernetes(K8S)集群管理工具时,常会使用 kubectl 命令来管理集群的节点和资源。 其中, kubectl get nodes 命令用于查看集群中的节点状态。然而,有时候执行该命令时会遇到报错信息:“The connection to the server localhost:8080 was refused - did you specify the right host or port?”。本文将

    2024年01月25日
    浏览(48)
  • k8s遇 The connection to the server :6443 was refused

    一般而言,6443端口是用于给apiserver使用的,如果报这个错误,就说明apiserver要么没起来,要么就是端口被占用了。 挨个检查以下几个守护进程有无问题,如果有报错日志,则需要进行排查 如果都没有问题,那就查看apiserver容器是否起来了 如果apisever没有正常运行中,就需要

    2024年01月19日
    浏览(57)
  • k8s--重启后报错:The connection to the server lb.kubesphere.local:6443 was refused - did you specify the r

    执行这个命令报错:The connection to the server lb.kubesphere.local:6443 was refused - did you specify the r kubectl get pod -A 如果你之前是正常运行的话,只用等待就行了,因为这个错是k8s主节点的kubectl还没启动的原因,所以会报这个错!! 一般等个2分钟左右在执行命令:

    2024年02月11日
    浏览(44)
  • 记一次k8s报错:The connection to the server ip:6443 was refused - did you specify the right host or port?

    敲击kubectl任意命令提示无法连接到10.75.78.212 的6443端口 kube-apiserver 默认端口无法连接,初步判断 kube-apiserver 服务出现问题 这里简单总结下kube-apiserver组件: kube-apiserver 是 Kubernetes 控制平面的枢纽,负责处理所有的 API 调用,包括集群管理、应用部署和维护、用户交互等,并

    2024年04月10日
    浏览(169)
  • 树莓派VNC控制报错:The connection was refused by the computer 已解决

    在进行VNC远程操控树莓派的时候,出现了这个错误:The connection was refused by the computer。 大概原因有两个:一个是树莓派的IP地址更改了,另一个就是树莓派的VNC服务没有开启。 我的这块板子是个新板子,原因很显然是后者。解决方法如下: 1.打开PUTTY登录树莓派 2. 输入自己树

    2024年02月08日
    浏览(49)
  • 解决MySQL报错:“The last packet sent successfully to the server was 0 milliseconds ago.”

    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 问题原因: 之所以出现异常,是由于数据库回收了连接,而系统的缓冲池不知道,继续使用被回收的连

    2024年02月08日
    浏览(54)
  • EKS 解决Unable to connect to the server 问题

    报错内容如下 1、先配置日志查询我们的eks所属用户 2、查询日志 执行以下查询语句 3、查询当前主机aws configure 4、执行操作远程k8s 报错如下 5、降低kubectl版本 各版本下载地址 https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html

    2024年02月12日
    浏览(56)
  • 已解决The last packet sent successfully to the server was 0 milliseconds ago. The driver has not receiv

    注:此文章是在mysql8版本的前提下编写的。 在我们使用springcloud在连接mysql数据库时,有时会碰到如下这种异常: 为此我上网查了不少资料,在这里小总结一下: 1. 连接url是否正确(自己看看useSSL是否为false): 2.数据库服务是否打开: 找到MySql服务: 3.网上最多解决的等待

    2024年01月16日
    浏览(41)
  • ssh: connect to host localhost port 22: Connection refused解决方法

    在通过ssh远程连接树莓派时遇到以下问题 1.检查 是否安装了openssh-server 如果出现了sshd,则说明安装了,反之则没安装。 既然问题找到了,我们就开始用命令来安装openssh-server,命令如下: sudo apt-get install openssh-server 安装完成后,我们再用\\\"ps -e | grep ssh\\\"命令来看下,openssh-ser

    2024年02月05日
    浏览(87)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包