velero/examples
Steve Kriss ebc06fd632 make PVProvider optional in server config; disallow snap/restore PVs when not provided
Signed-off-by: Steve Kriss <steve@heptio.com>
2017-08-23 09:46:15 -07:00
..
aws make PVProvider optional in server config; disallow snap/restore PVs when not provided 2017-08-23 09:46:15 -07:00
azure make PVProvider optional in server config; disallow snap/restore PVs when not provided 2017-08-23 09:46:15 -07:00
common Initial commit 2017-08-02 13:27:17 -04:00
gcp make PVProvider optional in server config; disallow snap/restore PVs when not provided 2017-08-23 09:46:15 -07:00
minio make PVProvider optional in server config; disallow snap/restore PVs when not provided 2017-08-23 09:46:15 -07:00
nginx-app Adjusting docs and example 2017-08-21 09:47:42 -05: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.