rancher / local-path-provisioner

Dynamically provisioning persistent local storage with Kubernetes
Apache License 2.0
2.27k stars 454 forks source link

Are CSI volumeSnapshots possible? How to install the CRDs for volumesnapshots, volumesnapshotclasses and volumesnapshotcontents? #433

Open kastl-ars opened 4 months ago

kastl-ars commented 4 months ago

HI all,

I am currently evaluation Velero as a backup tool for my K3s cluster. Most of my clusters have the local-path-provisioner as the only storageClass.

I found an old issue (#81) regarding the support of VolumeSnapshots in the local-path-provisioner. But as it is 4 years old I wanted to check if this feature is supported in the meantime? (My guess is no...)

Kind Regards, Johannes

kpango commented 4 months ago

I have the same problem, I need volumeSnapshots to make sure the backup mechanism is working properly during local verification of my own platform.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

kastl-ars commented 2 months ago

Does no one know this?

jimethn commented 1 week ago

Per second bullet in this doc VolumeSnapshot only works for CSI drivers, and rancher local-path is not a CSI driver.

For my homelab I think I'm just going to set up a cronjob to do a file copy...