更新 'MD/基于kubeadm部署kubernetes集群.md'

This commit is contained in:
diandian 2023-10-29 14:43:56 +08:00
parent e370ca7282
commit 4e72f1da1b
1 changed files with 229 additions and 217 deletions

View File

@ -71,6 +71,18 @@ eof
[root@master ~]# yum -y install docker-ce
[root@master ~]# systemctl start 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 isnt running or healthy.
————————————————
版权声明本文为CSDN博主「看未来」的原创文章遵循CC 4.0 BY-SA版权协议转载请附上原文出处链接及本声明。
原文链接https://blog.csdn.net/qq_43762191/article/details/125567365
注意:
所有节点操作
```