我是靠谱客的博主 稳重宝贝,最近开发中收集的这篇文章主要介绍kubernetes error: 6443 was refused - did you specify the right host or port?,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

kubernetes 运行kubectl get pods -A后报6443 端口 访问拒绝,

netstat | grep 6443查看并没有占端口

命令:kubelet,看到failed to run kubelet:running with sap on is not supported

命令:swapoff -a  禁用swap

systemctl status kubelet,查看kubelet没有启动,

systemctl restart kubelet, 将kubelet重启

kubectl get pods -A  ,可以正常执行。

 

error1 : 6443 was refused - did you specify the right host or port?

error2: failed to run kubelet:running with sap on is not supported

 

 

 

 

 

最后

以上就是稳重宝贝为你收集整理的kubernetes error: 6443 was refused - did you specify the right host or port?的全部内容,希望文章能够帮你解决kubernetes error: 6443 was refused - did you specify the right host or port?所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部