Corey's IT BlogPortfolioBlog
GitHubGitHubLinkedInTwitterTwitterInstagramInstagramCredly

How To Unbind A Persistent Volume

kubernetes storage

PVs set with Retain reclaimPolicy can be released

Corey Regan's avatar
Authored by Corey Regan
GitHubGitHubLinkedInTwitterTwitterInstagramInstagramCredly

Published on August 22, 2024

1 min read


bash,:Replace $pvName with the name of your Persistent Volume
kubectl patch pv $pvName -p '{"spec":{"claimRef": null}}'

Corey Regan's Portfolio
A showcase of the skills I've picked up over the years

Social
GitHubGitHubLinkedInTwitterTwitterInstagramInstagramCredly
Site Theme