mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-29 11:32:42 +00:00
Fix restoring GCP regional disks
To create a regional disk, the URLs for the zones in which the disk is replicated must be provided to the GCP API. Fixes #1183 Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -67,6 +67,7 @@ To integrate Velero with GCP, create an Velero-specific [Service Account][15]:
|
||||
compute.snapshots.create
|
||||
compute.snapshots.useReadOnly
|
||||
compute.snapshots.delete
|
||||
compute.zones.get
|
||||
)
|
||||
|
||||
gcloud iam roles create velero.server \
|
||||
|
||||
Reference in New Issue
Block a user