Reclaim Policy
We recommend to change the ReclaimPolicy
, so if you delete the persistent volume claims, the associated volumes will be released, not deleted.
This procedure is optional and an additional security measure. It might prevent you from loosing data if you accidently delete the namespace and the persistent volumes along with it.
Get the volume id from above, then change ReclaimPolicy
with:
Given that you changed the reclaim policy as described above, you should be able to create a persistent volume claim based on a volume snapshot content. See the general kubernetes documentation here and our specific documentation for snapshots here.
Last updated