add --default-backup-storage-location flag to server cmd

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-08-08 17:36:50 -07:00
parent 2a34772ed5
commit adbcd3703b
2 changed files with 14 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ ark server [flags]
```
--backup-sync-period duration how often to ensure all Ark backups in object storage exist as Backup API objects in the cluster (default 1h0m0s)
--default-backup-storage-location string name of the default backup storage location (default "default")
-h, --help help for server
--log-level the level at which to log. Valid values are debug, info, warning, error, fatal, panic. (default info)
--metrics-address string the address to expose prometheus metrics (default ":8085")