更新 'MD/基于kubeadm部署kubernetes集群.md'
This commit is contained in:
parent
e370ca7282
commit
4e72f1da1b
|
@ -71,6 +71,18 @@ eof
|
||||||
[root@master ~]# yum -y install docker-ce
|
[root@master ~]# yum -y install docker-ce
|
||||||
[root@master ~]# systemctl start docker
|
[root@master ~]# systemctl start docker
|
||||||
[root@master ~]# systemctl enable docker
|
[root@master ~]# systemctl enable docker
|
||||||
|
[root@master ~]# vim /etc/docker/daemon.json
|
||||||
|
|
||||||
|
{
|
||||||
|
"exec-opts": ["native.cgroupdriver=systemd"]
|
||||||
|
}
|
||||||
|
[root@master ~]# systemctl restart docker
|
||||||
|
|
||||||
|
[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthz’ failed with error: Get “http://localhost:10248/healthz”: dial tcp [::1]:10248: connect: connection refused.
|
||||||
|
[kubelet-check] It seems like the kubelet isn’t running or healthy.
|
||||||
|
————————————————
|
||||||
|
版权声明:本文为CSDN博主「看,未来」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
|
||||||
|
原文链接:https://blog.csdn.net/qq_43762191/article/details/125567365
|
||||||
注意:
|
注意:
|
||||||
所有节点操作
|
所有节点操作
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue