container-runtime
Container runtime errors occur when Kubernetes can’t create, start, or manage a container on a node. The workload has usually made it past scheduling and image retrieval, but fails when the kubelet asks the container runtime to prepare or run it. Common causes include bad container configuration, mount or filesystem issues, resource problems, or runtime/node failures.