A public-health PVC remains Pending and events indicate the named StorageClass cannot provision. What is the most likely cause among these options?
Select an answer to reveal the explanation.
Short Explanation
A work order pointing at a workshop that isn’t on the map—or whose crew never showed up—just sits in Pending. If the StorageClass name is wrong or the CSI provisioner isn’t running, the PVC waits. DNS policy, RWO itself, and ServiceAccounts aren’t why the disk factory failed to start.
Full Explanation
Dynamic provisioning requires a resolvable StorageClass and a healthy provisioner endpoint (typically a CSI controller). If the class is missing or the driver is down, the PVC stays Pending. ClusterFirst DNS, ReadWriteOnce as an access mode, and default ServiceAccount presence are unrelated to whether a StorageClass can provision.