Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,25 @@ Create a configuration file for Regional DR test environment:
$ ramenctl init --envfile ramen/test/envs/regional-dr.yaml
```

Validate the disaster recovery clusters and create an HTML report:

```console
$ ramenctl validate clusters -o validate-clusters
```
Comment thread
fzlzjerry marked this conversation as resolved.
Outdated

See the [validate documentation](docs/validate.md) for application validation
and report details.

Gather diagnostic data for a protected application:
Comment thread
fzlzjerry marked this conversation as resolved.
Outdated

```console
$ ramenctl gather application --name appset-deploy-rbd \
--namespace argocd -o gather-appset-deploy-rbd
```

See the [gather documentation](docs/gather.md) for output layout and secret
sanitization details.

Run disaster recovery tests:
Comment thread
fzlzjerry marked this conversation as resolved.
Outdated

```console
Expand Down