k8s集群执行apply报错
时间:2021-02-16 12:26:05
收藏:0
阅读:0
The connection to the server 192.168.1.11:6443 was refused - did you specify the right host or port?
怀疑是不是kubelet挂了,检查
[root@master1 prometheus]# systemctl status kubelet
重启
[root@master1 prometheus]# systemctl restart kubelet
评论(0)