Operate
Troubleshooting
Start from a symptom. Each workflow gives you scope, diagnostic commands, ranked causes, validation, and escalation — and the flagship symptoms include a guided decision walker that narrows to a likely cause.
critical Guided
GPU not detected in Kubernetes
A GPU node reports zero allocatable nvidia.com/gpu (or amd.com/gpu), so nothing can schedule on it.
Open workflowhigh
Container can't access the GPU
The pod schedules onto a GPU node but the process can't see or use the device.
Open workflowhigh
Driver install failure
The GPU driver (or operator driver pod) fails to build or load.
Open workflowmedium
CUDA / ROCm version mismatch
The app fails with a CUDA/ROCm version or 'no kernel image' error.
Open workflowmedium
Low GPU utilization
GPUs sit underutilized while work is queued or running — usually the pipeline, not the GPU.
Open workflowhigh
GPU out-of-memory (OOM)
The workload is killed with a CUDA/HIP out-of-memory error.
Open workflowhigh
Training job hangs
A training run stops advancing steps with no crash — throughput goes to zero.
Open workflow