Difference between revisions of "Kubectl one liners"
Jump to navigation
Jump to search
(Created page with "``` kubectl patch pv <your-pv-name> -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}' ```") |
(No difference)
|
Revision as of 03:39, 22 November 2023
kubectl patch pv <your-pv-name> -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}'