Does Velero support local volumes? #3905
Unanswered
trallnag
asked this question in
Community support Q&A
Replies: 1 comment 1 reply
-
I'm assuming you're asking in relation to restic support as that is where we explicitly mention the lack of hostPath support. It seems like local volumes are not supported. As part of our restic restore process, we will dynamically reprovision the volume and skip the restoration of the PVs: Lines 1091 to 1093 in 962a957 This means that the PV will not be restored. As local volumes don't support dynamic provisioning, it looks like you would end up with a PVC with no associated PV to bind to. I tried this out locally, and if I recreated the PV after the restore, then the restic restore would proceed and succeed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have read that Velero does not support hostPath. But what about local volumes?
https://kubernetes.io/docs/concepts/storage/volumes/#local
https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
Beta Was this translation helpful? Give feedback.
All reactions