velero/examples
Adam Bramley 90babe0ed3 Fix minio setup job command
Signed-off-by: Adam Bramley <adam.bramley@previousnext.com.au>
2018-12-06 16:05:28 +11:00
..
aws add content for issue 994 2018-10-29 13:03:38 -04:00
azure add content for issue 994 2018-10-29 13:03:38 -04:00
common
gcp add content for issue 994 2018-10-29 13:03:38 -04:00
ibm
minio Fix minio setup job command 2018-12-06 16:05:28 +11:00
nginx-app
README.md update docs to reference config/ dir within release tarballs 2018-11-14 14:58:02 -07:00

README.md

Examples

This directory contains sample YAML config files for running Ark on each core provider. Starting with v0.10, these files are packaged into the Ark release tarballs, and we highly recommend that you use the packaged versions of these files to ensure compatibility with the released code.

  • 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/, ibm/: Contains manifests specific to the given cloud provider's setup.