fix: 恢复 Kata DinD cgroup 初始化
yaml / yaml (pull_request) Successful in 17s

This commit is contained in:
2026-09-21 11:14:52 +00:00
parent 47ff73cefb
commit 834fdcb771
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -64,3 +64,7 @@ kubectl -n opensandbox logs deploy/opensandbox-identity -f
- runner 等待 SVID:核对 allocation Pod UID、ClusterStaticEntry parentID、guest Agent 日志;
- runner 等待 token:核对 `192.168.10.127:8787` 的 sandbox 到 homelab 路由;
- Docker 任务失败:检查 `docker` sidecar 和 `/run/docker/docker.sock` 的 group 2000。
- kind node 的 systemd 报 `Failed to create /init.scope` 或 `Structure needs
cleaning`:确认 `docker` sidecar 通过 `dockerd-entrypoint.sh` 启动。直接执行
`dockerd` 会绕过官方 DinD cgroup v2 nesting 初始化,使子容器的私有 cgroup
namespace 根变成 `threaded`,systemd 无法创建 domain cgroup。