Files
velero/docs/cli-reference
Ashish Amarnath 83658e891e Add a metrics package to add and expose metrics
* add a metrics package to handle metric registration and publishing
* add a metricsAddress field to the server struct
* make metrics a part of the server
* start a metrics endpoint as part of starting the controllers
* instrument backup_controller to report metrics
* update cli-reference docs
* update example deployments with prometheus annotations
* update 'pkg/install' tooling with prometheus annotations

Signed-off-by: Ashish Amarnath <ashish.amarnath@gmail.com>
2018-06-13 13:17:08 -07:00
..
2018-04-05 11:19:11 -04:00
2018-02-26 10:47:39 -08:00
2018-02-26 10:47:39 -08:00
2018-03-05 10:06:43 -08:00
2018-02-26 10:47:39 -08:00
2018-04-05 11:19:11 -04:00
2018-02-26 10:47:39 -08:00
2018-02-26 10:47:39 -08:00
2018-02-26 10:47:39 -08:00
2018-03-05 10:06:43 -08:00
2018-02-26 10:47:39 -08:00
2018-02-26 10:47:39 -08:00
2018-02-15 13:25:18 -05:00

Command line reference

The Ark client provides a CLI that allows you to initiate ad-hoc backups, scheduled backups, or restores.

The files in the CLI reference directory in the repository enumerate each of the possible ark commands and their flags. This information is available in the CLI, using the --help flag.

Running the client

We recommend that you download a pre-built release, but you can also build and run the ark executable.

Kubernetes cluster credentials

In general, Ark will search for your cluster credentials in the following order:

  • --kubeconfig command line flag
  • $KUBECONFIG environment variable
  • In-cluster credentials--this only works when you are running Ark in a pod