FailedScheduling | The scheduler can’t place the Pod on any Node. The accompanying text names the reason, for example insufficient GPUs, taints, or affinity. | Workload scheduling on CKS. |
0/N nodes are available | No Node satisfies the Pod’s requests, taints, or affinity. The suffix lists the failing predicate per Node. | Workload scheduling on CKS. |
Insufficient nvidia.com/gpu | No Node has enough free GPUs for the Pod’s request. | Node Pool status. |
Insufficient rdma/ib | No Node has a free RDMA interface for the request. | InfiniBand and RoCE labels and Use GPUDirect RDMA. |
node(s) had untolerated taint(s) | The Pod lacks a toleration for a taint CoreWeave or you applied to the Node. | Workload scheduling on CKS. |
ImagePullBackOff, ErrImagePull | The kubelet can’t pull the container image: wrong name or tag, missing pull secret, or registry rate limiting. | Workload scheduling on CKS for namespace and secret context. |
CreateContainerConfigError | The container references a missing ConfigMap, Secret, or key. | Check the referenced ConfigMap and Secret names against your manifest. |
OOMKilled | The container exceeded its memory limit and the kernel killed it. | Recommended resource requests and limits. |
Multi-Attach error for volume | A ReadWriteOnce volume is still attached to another Node, often after a Node failure or a stuck Pod. | Troubleshoot a Pending PVC. |
FailedMount, Unable to attach or mount volumes | The volume can’t mount: missing PVC, wrong access mode, or a storage-side problem. | Troubleshoot a Pending PVC. |