velero/examples
Andy Goldstein 331e0c28cc Remove Azure location requirement
Instead of requiring the Ark admin to specify a "location" in the azure
persistentVolumeProvider config (meaning only a single location is
supported), get info about the disk (for its location) when creating a
snapshot, and get info about the snapshot (for its location) when
creating a disk from a snapshot.

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2018-03-05 15:20:58 -05:00
..
aws make language and casing consistent across copyrights 2018-01-02 10:51:49 -08:00
azure Remove Azure location requirement 2018-03-05 15:20:58 -05:00
common Move ark server & minio to heptio-ark-server ns 2018-02-20 12:41:38 -05:00
gcp extract GCP project ID from creds file, remove from config 2018-03-02 09:15:12 -08:00
minio Move ark server & minio to heptio-ark-server ns 2018-02-20 12:41:38 -05:00
nginx-app make language and casing consistent across copyrights 2018-01-02 10:51:49 -08:00
README.md Initial commit 2017-08-02 13:27:17 -04:00

README.md

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.