[+] 增加 crictl 配置
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 11s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 11s
This commit is contained in:
@@ -247,4 +247,11 @@ kubeadm join 10.1.2.200:6443 \
|
||||
--control-plane
|
||||
# 验证集群
|
||||
kubectl get nodes
|
||||
```
|
||||
|
||||
### 其他说明
|
||||
```bash
|
||||
# 拉取镜像失败可能导致节点不正常
|
||||
systemctl restart kubelet
|
||||
systemctl restart containerd # 或 docker
|
||||
```
|
||||
Reference in New Issue
Block a user