mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
- ScheduleName is added as an API field to the Restore object - Restore controller validates that exactly one of BackupName or ScheduleName has been provided - If ScheduleName is provided, Restore controller populates BackupName with the name of the most recent successful backup created from the schedule - --from-schedule flag is added to `ark restore create` CLI cmd Signed-off-by: Steve Kriss <steve@heptio.com>
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:
--kubeconfigcommand line flag$KUBECONFIGenvironment variable- In-cluster credentials--this only works when you are running Ark in a pod