我有一个 Pod 里面包含两个 container,其中一个有 5G 左右(harbor 上面显示的大小)。
部署后,Pod 很长一段时间在 ContainerCreating 状态,直达第二天才好(具体时间不是很清楚,是夜里,但 10h 的时候,还没好)。
root@master1:~/yaml# kubectl get pods
NAME READY STATUS RESTARTS AGE
lama-cleaner-64c7d7c888-zwnwg 0/2 ContainerCreating 0 10h
root@master1:~/yaml# kubectl get pods
NAME READY STATUS RESTARTS AGE
lama-cleaner-64c7d7c888-zwnwg 2/2 Running 0 19h
查看 container 日志
root@master1:~/yaml# kubectl logs lama-cleaner-64c7d7c888-zwnwg -c lama-cleaner
Error from server (BadRequest): container "lama-cleaner" in pod "lama-cleaner-64c7d7c888-zwnwg" is waiting to start: ContainerCreating
root@master1:~/yaml# kubectl logs lama-cleaner-64c7d7c888-zwnwg -c nginxc
Error from server (BadRequest): container "nginxc" in pod "lama-cleaner-64c7d7c888-zwnwg" is waiting to start: ContainerCreating
describe 里面 event 是 none
Events: <none>
kubernetes 版本是 1.26.1
runtime 是 containerd