I am trying to delete the data in a pv so that I can use a fresh data storage.
I've tried both kubectl delete pvc datastorage
and kubectl delete pv datastorage
- they removed the pv from my pod, but it was then attached again.
I'm using GKE, and I've also tried to delete the Storage from the console directly. However, my data is still there, and reflected within the running pods.
How do I delete the data from the storage?