docs(velero): add brief explanation about new cli flag

This commit is contained in:
alegrey91
2021-07-16 09:19:36 +02:00
committed by Dario Tranchitella
parent c3f9dfe652
commit 96f4f31c17
@@ -16,4 +16,12 @@ In case of a data loss, the right thing to do is to restore the cluster with **V
./velero-restore.sh --kubeconfing /path/to/your/kubeconfig restore
```
Running this command, we are going to patch the tenant's namespaces manifests that are actually `ownerReferences`-less. Once the command has finished its run, you got the cluster back.
Running this command, we are going to patch the tenant's namespaces manifests that are actually `ownerReferences`-less. Once the command has finished its run, you got the cluster back.
Additionally you can also specify a selected range of tenants to be restored:
```bash
./velero-restore.sh --tenant "gas oil" restore
```
In this way, only the tenants **gas** and **oil** will be restored.