Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 958 Bytes

File metadata and controls

31 lines (18 loc) · 958 Bytes

STO-005 PVC storage class or capacity issue

Summary

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.

Severity

Warning

Example

N/A

Symptoms

  • Report shows: PVC <ns>/<name> storage class or capacity issue
  • PVC status shows Pending, or events indicate provision/volume errors

Resolution

  1. Verify StorageClass exists and is correct: kubectl get storageclass
  2. Check provisioner logs and backing storage (e.g. cloud API, CSI driver) for errors
  3. Ensure requested capacity is within quota and provider limits
  4. For static binding, ensure a matching PV exists and is Available

References