mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
- Read PV's AZ info from fault-domain label of the PV object for snapshotting. - Store PV's AZ info in the VolumeInfo. - Add tests for reading the label from the PV object. - Remove availability zone validation in AWS and GCP BlockStorageAdaptor. - Add volumeAZ as a parameter to methods in the BlockStorageAdapter interface. - Get AZ from VolumeInfo when restoring PV snapshot. - Remove references to PV availability zone in docs. Signed-off-by: Ashish Amarnath <ashish.amarnath@gmail.com>
Examples
The YAML config files in this directory can be used to quickly deploy a containerized Ark deployment.
-
common/: Contains manifests to set up Ark. Can be used across cloud provider platforms. (Note that Azure requires its own deployment file due to its unique way of loading credentials). -
minio/: Used in the Quickstart to set up Minio, a local S3-compatible object storage service. It provides a convenient way to test Ark without tying you to a specific cloud provider. -
aws/,azure/,gcp/: Contains manifests specific to the given cloud provider's setup.