How do I diagnose out-of-memory (OOM) errors on CKS?
A memory kill on CKS is either one of the following: Container OOM: Your container exceeded its own cgroup memory limit. …
How do I interpret GPU health events?
CoreWeave surfaces NVIDIA GPU health signals, including XID counts (driver-reported errors) and thermal data, through th …
What do GPU XID error codes mean and what should I do?
An XID is an error report from the NVIDIA driver, written to the kernel log of the Node that hosts the GPU. Not every XI …
Why am I getting timeouts when I exec into Pods?
kubectl exec timeouts are usually networking or RBAC issues rather than CKS-specific. Confirm the target Pod is Running, …
Why are my Pods not scheduling on GPU Nodes?
GPU Pods stay Pending when they request a resource the available GPU Nodes do not provide, when no Node Pool of the requ …
Why are my Tailscale proxy Pods in CrashLoopBackOff?
Tailscale proxy Pods can enter CrashLoopBackOff when carrier-grade network address translation (CGNAT) filtering prevent …