fix/kata-kubeadm-api-timeout
main
InitConfiguration
timeouts.kubernetesAPICall: 5m0s
git diff --check
yamllint .gitea/workflows/vm-kind-smoke.yml
VM kind smoke
No dependencies set.
The note is not visible to the blocked user.
背景\n\nVM 集成测试已确认统一 runner 镜像、loop ext4、Docker overlay2 与 3 CPU / 3 GiB Pool 配置正常。nested control-plane 冷启动时,kube-apiserver 在 kubeadm 默认 1 分钟 API 调用超时后才可用,导致初始化 RBAC 失败。\n\n## 修改\n\n- 为 kind control-plane 的
InitConfiguration设置timeouts.kubernetesAPICall: 5m0s\n- 将 kind ready 等待同步放宽到 300 秒\n- 保留失败诊断和完整清理\n\n## 验证\n\n-git diff --check\n-yamllint .gitea/workflows/vm-kind-smoke.yml\n- 合并后手动触发VM kind smoke完成生产集成验证