[+] 增加 crictl 配置
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
2025-01-26 23:40:19 +08:00
parent 7b41648aa2
commit a4e6bf8d97
2 changed files with 14 additions and 0 deletions

View File

@@ -247,4 +247,11 @@ kubeadm join 10.1.2.200:6443 \
--control-plane
# 验证集群
kubectl get nodes
```
### 其他说明
```bash
# 拉取镜像失败可能导致节点不正常
systemctl restart kubelet
systemctl restart containerd # 或 docker
```