mirror of https://github.com/docker/docs.git
Add context that emergency repairs reduces the number of replicas in a (#8971)
cluster
This commit is contained in:
parent
554e9c2e25
commit
232d036815
|
@ -26,7 +26,7 @@ There are three steps you can take to recover an unhealthy DTR cluster:
|
|||
2. If the majority of replicas are unhealthy, use this command to revert your
|
||||
cluster to a single DTR replica.
|
||||
3. If you can't repair your cluster to a single replica, you'll have to
|
||||
restore from an existing backup, using the `restore` command.
|
||||
restore from an existing backup, using the [`restore`](./restore/) command.
|
||||
|
||||
When you run this command, a DTR replica of your choice is repaired and
|
||||
turned into the only replica in the whole DTR cluster.
|
||||
|
|
|
@ -26,8 +26,9 @@ There are three steps you can take to recover an unhealthy DTR cluster:
|
|||
|
||||
1. If the majority of replicas are healthy, remove the unhealthy nodes from
|
||||
the cluster, and join new nodes for high availability.
|
||||
2. If the majority of replicas are unhealthy, use this command to revert your
|
||||
cluster to a single DTR replica.
|
||||
2. If the majority of replicas are unhealthy, use the
|
||||
[`emergency-repair`](./emergency-repair/) command to revert your cluster to
|
||||
a single DTR replica.
|
||||
3. If you can't repair your cluster to a single replica, you'll have to
|
||||
restore from an existing backup, using the `restore` command.
|
||||
|
||||
|
|
Loading…
Reference in New Issue