现象:
安装完成k8s服务之后,kubectl get pods的时候报错,提示如下:
the connection to the server 192.168.2.94:6443 was refused - did you specify the right host or port?
原因:
由于系统中的根目录下的磁盘空间不足,导致k8s调度docker去启动apiServer失败!
解决方案:
移除系统根目录中的一些大文件到其他目录,扩大根目录空间,即可!
现象:
安装完成k8s服务之后,kubectl get pods的时候报错,提示如下:
the connection to the server 192.168.2.94:6443 was refused - did you specify the right host or port?
原因:
由于系统中的根目录下的磁盘空间不足,导致k8s调度docker去启动apiServer失败!
解决方案:
移除系统根目录中的一些大文件到其他目录,扩大根目录空间,即可!