706ae07d0d
- 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> |
||
---|---|---|
.. | ||
README.md | ||
ark.md | ||
ark_backup.md | ||
ark_backup_create.md | ||
ark_backup_delete.md | ||
ark_backup_describe.md | ||
ark_backup_download.md | ||
ark_backup_get.md | ||
ark_backup_logs.md | ||
ark_client.md | ||
ark_client_config.md | ||
ark_client_config_get.md | ||
ark_client_config_set.md | ||
ark_completion.md | ||
ark_create.md | ||
ark_create_backup.md | ||
ark_create_restore.md | ||
ark_create_schedule.md | ||
ark_delete.md | ||
ark_delete_backup.md | ||
ark_delete_restore.md | ||
ark_delete_schedule.md | ||
ark_describe.md | ||
ark_describe_backups.md | ||
ark_describe_restores.md | ||
ark_describe_schedules.md | ||
ark_get.md | ||
ark_get_backups.md | ||
ark_get_restores.md | ||
ark_get_schedules.md | ||
ark_plugin.md | ||
ark_plugin_add.md | ||
ark_plugin_remove.md | ||
ark_restic.md | ||
ark_restic_repo.md | ||
ark_restic_repo_get.md | ||
ark_restic_server.md | ||
ark_restore.md | ||
ark_restore_create.md | ||
ark_restore_delete.md | ||
ark_restore_describe.md | ||
ark_restore_get.md | ||
ark_restore_logs.md | ||
ark_schedule.md | ||
ark_schedule_create.md | ||
ark_schedule_delete.md | ||
ark_schedule_describe.md | ||
ark_schedule_get.md | ||
ark_server.md | ||
ark_version.md |
README.md
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