Error when no storage available for PVC
Fixes insufficient storage
# insufficient storageinsufficient storage
PVC cannot be satisfied
kubectl get pvc status
kubectl get storageclass
kubectl describe node
kubectl drain node
StorageClass automates PV creation. Not all classes support expansion.
kubectl patch pvc --storage
kubectl patch pvc volumeName
Insufficient memory
How to fix insufficient memory