08Here is a Kubernetes GPU node. Pods requesting nvidia.com/gpu stay Pending. Fix it in front of me and narrate what you check.▼medium★ EssentialNewNebiusCoreWeave4 repliesunlockedA node with eight healthy H100s that Kubernetes thinks has none. The layered check from kernel driver to container toolkit to device plugin to taints and allocatable, in the order that isolates the fault fastest, with the log lines each layer prints when it is the one that broke.Open full answer →
30A 64-node gang-scheduled job has been pending for six hours while the cluster shows free GPUs. Debug it live.▼expertNewCoreWeaveAnyscale4 replies◆ premiumFree GPUs and a pending gang are not a contradiction: the gang needs 64 whole nodes at once and the free GPUs sit on 300 half-used nodes. The isolation order (quota, fit, per-node reasons, one node's device plugin), the command at each step and what it means, and the fixes ranked by displacement.Open full answer →