fix/kata-kind-resources
main
为 ci-vm Pool 的 DinD sidecar 配置 2 CPU / 3 GiB requests 与 limits。
修复 cgroup nesting 后,kind node 的 systemd、containerd 和 kubelet 均已启动,但 guest 默认只有 1 CPU / 2 GiB,四个控制面容器的 CreateContainer 在 kubeadm 等待窗口内未完成。runtime-rs 根据容器 resource limit 调整 VM 资源;default_vcpus annotation 当前存在已知忽略问题。
No dependencies set.
The note is not visible to the blocked user.
变更
为 ci-vm Pool 的 DinD sidecar 配置 2 CPU / 3 GiB requests 与 limits。
原因
修复 cgroup nesting 后,kind node 的 systemd、containerd 和 kubelet 均已启动,但 guest 默认只有 1 CPU / 2 GiB,四个控制面容器的 CreateContainer 在 kubeadm 等待窗口内未完成。runtime-rs 根据容器 resource limit 调整 VM 资源;default_vcpus annotation 当前存在已知忽略问题。
验证