1 개요[ | ]
- K8s pod StartError
Console
Copy
# kubectl get pod cuda-vector-add-zxztg
NAME READY STATUS RESTARTS AGE
cuda-vector-add-zxztg 0/1 StartError 0 33s
Console
Copy
# kubectl describe pod cuda-vector-add-zxztg
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Pulled 54s kubelet Container image "k8s.gcr.io/cuda-vector-add:v0.1" already present on machine
Normal Created 54s kubelet Created container cuda-vector-add
Warning Failed 54s kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./asdf": stat ./asdf: no such file or directory: unknown
Console
Copy
# kubectl get pod gpu-burn-774cp
NAME READY STATUS RESTARTS AGE
gpu-burn-774cp 0/1 StartError 0 29s
Console
Copy
# kubectl describe pod gpu-burn-774cp
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Pulled 105s kubelet Container image "ghcr.io/kuoss/gpu-burn:v0.0.0-23.08" already present on machine
Normal Created 105s kubelet Created container gpu-burn
Warning Failed 105s kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.8, please update your driver to a newer version, or use an earlier cuda container: unknown
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.