Request a larger PVC size when the class supports expansion.
Section: Persistent Storage
Expand PVC size
bash
bash
kubectl patch pvc data-postgres-0 -n data -p '{"spec":{"resources":{"requests":{"storage":"200Gi"}}}}'Explanation
Request a larger PVC size when the class supports expansion.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Persistent Storage