rename ark daemonset to ark restic server

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-06-11 09:12:49 -07:00
parent 0396ca1dee
commit c1f4e6d92d
10 changed files with 28 additions and 25 deletions
-1
View File
@@ -34,7 +34,6 @@ operations can also be performed as 'ark backup get' and 'ark schedule create'.
* [ark client](ark_client.md) - Ark client related commands
* [ark completion](ark_completion.md) - Output shell completion code for the specified shell (bash or zsh)
* [ark create](ark_create.md) - Create ark resources
* [ark daemonset](ark_daemonset.md) - Run the ark daemonset
* [ark delete](ark_delete.md) - Delete ark resources
* [ark describe](ark_describe.md) - Describe ark resources
* [ark get](ark_get.md) - Get ark resources
+1
View File
@@ -31,4 +31,5 @@ Work with restic repositories
### SEE ALSO
* [ark](ark.md) - Back up and restore Kubernetes cluster resources.
* [ark restic init-repository](ark_restic_init-repository.md) - create an encryption key for a restic repository
* [ark restic server](ark_restic_server.md) - Run the ark restic server
@@ -1,20 +1,20 @@
## ark daemonset
## ark restic server
Run the ark daemonset
Run the ark restic server
### Synopsis
Run the ark daemonset
Run the ark restic server
```
ark daemonset [flags]
ark restic server [flags]
```
### Options
```
-h, --help help for daemonset
-h, --help help for server
--log-level the level at which to log. Valid values are debug, info, warning, error, fatal, panic. (default info)
```
@@ -34,5 +34,5 @@ ark daemonset [flags]
```
### SEE ALSO
* [ark](ark.md) - Back up and restore Kubernetes cluster resources.
* [ark restic](ark_restic.md) - Work with restic repositories