Skip to main content

How do I interpret GPU health events?

CoreWeave surfaces NVIDIA GPU health signals, including XID counts (driver-reported errors) and thermal data, through th …

How do I request specific GPU types using Node selectors?

Use a nodeSelector (or nodeAffinity) on your Pod to target a specific GPU type. CoreWeave labels GPU Nodes with hardware …

What are interruptible labels and how do they affect Node maintenance?

Interruptible labels are Pod-level labels that control how CKS handles a Pod during Node maintenance, reboots, or scale- …

Why does the autoscaler remove Nodes that are still running my workload?

The Kubernetes Cluster Autoscaler decides that a Node is unneeded using its own utilization-based logic. It does not con …

Why won't my Node Pool scale down after my Jobs finish?

Finished Jobs don’t block scale-down. Their Pods are in the Succeeded or Failed phase, and both the CKS idle check (CWAc …
Last modified on September 2, 2026