Velero data store in GCP bucket #8520
|
I am currently using Velero version 1.14.0 and would like to store my data in a GCP bucket instead of using snapshots. Is this possible? If so, could you please explain how to achieve it? |
Answered by
Mr-Philipp
Aug 28, 2025
Replies: 1 comment 8 replies
|
I assume you mean disk PV/PVC data because other parts of velero are already using buckets. You can opt to use Data Mover or File System Backup. Please refer to each installation instructions and usage example. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you for the response. It's a bit confusing but i got it working now. for everyone else wondering:
DataMoveris not a valid parameteras @kaovilai already mentioned. AlsoEnableCSI,use-node-agentas well as the gcp plugin is needed.