Kubernetes ReplicaSet scaling issue with GPU resources available
Problem Description In a Docker‑based AI training workload orchestrated by Kubernetes, a ReplicaSet that should run multiple pods—each requesting a set of GPUs—stops scaling after the first replica. The cluster has sufficient free GPUs (e.g., a node with 8 × NVIDIA A100), but subsequent pods remain in Pending with scheduler messages such as: 0/5 nodes are available: 5 … Read more