A PV in Failed phase usually indicates misconfiguration or that the backing storage (e.g. NFS, cloud disk) is unavailable or has permission issues, preventing mount or use.
Warning
N/A
- Report shows: Persistent Volume <name> is in Failed state
- PV status.phase is Failed
- Inspect PV:
kubectl describe pv <name>and check Events, Capacity, StorageClass - Verify backing storage: NFS path accessibility, cloud disk attachment, permissions and network
- For static PVs, confirm volume config (hostPath, NFS, etc.) and node state
- If unrecoverable, delete and recreate PV/PVC after backing up data and considering reclaim policy