SOLO-5060
PvcCreationFailedSoloError — System
PvcCreationFailedSoloError
| Code | SOLO-5060 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot create a PersistentVolumeClaim. solo provisions PVCs for components that need persistent storage, so this means the create request failed — for example the API rejected the spec, or no StorageClass could satisfy it.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify available storage in the cluster: kubectl get pv
- Check if a StorageClass is configured: kubectl get storageclass
- Inspect PVC events: kubectl describe pvc -n