velero/examples
Shubham d47887a807 Remove references to common/10-deployment.yaml
The changes in 1db966bf3c (diff-c31a634b9c201723f2478087620b10c5) removed examples/common/10-deployment.yaml, which is listed in
README.md to start the server  at -
https://github.com/heptio/ark#set-up-server

This commit removes the references from the documentation.

Signed-off-by: Shubham <shubham@linux.com>
2018-04-17 18:37:28 +05:30
..
aws Fixes the remaining three occurrences of the old namespace 2018-04-13 06:37:00 -05:00
azure add nodeSelector so that ark server doesn't end up on a windows node when running a hybrid cluster 2018-04-09 09:33:17 +02:00
common Remove references to common/10-deployment.yaml 2018-04-17 18:37:28 +05:30
gcp Reverting namespace to single namespace deployment 2018-04-13 06:25:15 -05:00
ibm Fixes the remaining three occurrences of the old namespace 2018-04-13 06:37:00 -05:00
minio Remove references to common/10-deployment.yaml 2018-04-17 18:37:28 +05:30
nginx-app make language and casing consistent across copyrights 2018-01-02 10:51:49 -08:00
README.md Add IBM Cloud Object Storage as Ark's backup destination 2018-03-06 17:46:26 +02: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/, ibm/: Contains manifests specific to the given cloud provider's setup.