mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-04 07:07:11 +00:00
rename ark daemonset to ark restic server
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user