Difference between revisions of "Kubernetes PVC expansion: kubectl patch pvc"
Jump to navigation
Jump to search
(Created page with " * <code>kubectl -n your-namespace patch pvc your-pvc-name -p '{"spec":{"resources":{"requests":{"storage":"16Gi"}}}}}'</code> * {{PVC}}") |
m (Welcome moved page Kubernetes PVC resize to Kubernetes PVC resize: kubectl patch) |
(No difference)
|
Revision as of 06:16, 23 November 2022
kubectl -n your-namespace patch pvc your-pvc-name -p '{"spec":{"resources":{"requests":{"storage":"16Gi"}}}}}'
Advertising: