A PVC has issues with its StorageClass (missing, not found, or provisioner failing) or capacity (e.g. requested size not available). The PVC may stay Pending or fail to bind.
Warning
N/A
- Report shows: PVC <ns>/<name> storage class or capacity issue
- PVC status shows Pending, or events indicate provision/volume errors
- Verify StorageClass exists and is correct:
kubectl get storageclass - Check provisioner logs and backing storage (e.g. cloud API, CSI driver) for errors
- Ensure requested capacity is within quota and provider limits
- For static binding, ensure a matching PV exists and is Available