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

当重启k8s的master后,我遇到了不可想象的神秘错误:

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

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

方案1

去百度了一下,绝大多数的解决方案是:

swapoff -a
vim /etc/fstab
# 然后注释掉有 swaq 的那一行
# 再重启
reboot

这样做是因为k8s需要关闭swap

我照做了,但是没有效果

方案2

后来,经过不停的百度与谷歌,我还是没有解决问题,一度绝望。在我随意运行一个指令后,我发现了这个:

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

127.0.0.1:8889 是我用的网络代理的地址和端口,我用的是Q*来网络代理,它不会开机自启,所以我重启后,代理就用不了。。。。。。

所以,如果大家使用了网络代理,那就要开启自己的代理。

最后,熟悉的画面:

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

 

 

上一篇:org.apache.shiro.authc.IncorrectCredentialsException: did not match the expected credentials


下一篇:数据库-触发器