How To Unbind A Persistent Volumekubernetes storage PVs set with Retain reclaimPolicy can be releasedAuthored by Corey ReganGitHubGitHubLinkedInTwitterTwitterInstagramInstagramCredlyPublished on August 22, 20241 min readbash,:Replace $pvName with the name of your Persistent VolumeCopykubectl patch pv $pvName -p '{"spec":{"claimRef": null}}'