A transit PVC stays Pending. No matching static PV exists and no dynamic provisioner is available for its StorageClass. What is the most accurate diagnosis?
Select an answer to reveal the explanation.
Short Explanation
Pending on a PVC is the claim still waiting for a match. No static PV and no provisioner means that wait never ends.
Full Explanation
A PVC remains Pending when the control plane cannot bind it to a compatible PV and cannot dynamically provision one (missing/misconfigured StorageClass provisioner, quota, or topology constraints). Networking components such as kube-proxy or CoreDNS, and Service name collisions, are not the default explanation for PVC Pending.