mirror of https://github.com/docker/docs.git
Incorporate missed feedback from David
This commit is contained in:
parent
0007859641
commit
85c00d77d8
|
@ -22,7 +22,7 @@ with configuration data from a `tar` file generated by `docker/dtr backup`.
|
|||
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 ones for high availability.
|
||||
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.
|
||||
3. If you can't repair your cluster to a single replica, you'll have to
|
||||
|
|
|
@ -45,7 +45,7 @@ backup file under /config/backup.tar, and run the restore command with the
|
|||
|
||||
Notes:
|
||||
|
||||
* Please run `uninstall-ucp` before attempting the restore operation on an
|
||||
* Run `uninstall-ucp` before attempting the restore operation on an
|
||||
existing UCP cluster.
|
||||
|
||||
* If your swarm-mode cluster has lost quorum and the original set of managers
|
||||
|
|
|
@ -22,7 +22,7 @@ with configuration data from a `tar` file generated by `docker/dtr backup`.
|
|||
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 ones for high availability.
|
||||
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.
|
||||
3. If you can't repair your cluster to a single replica, you'll have to
|
||||
|
|
|
@ -45,7 +45,7 @@ backup file under /config/backup.tar, and run the restore command with the
|
|||
|
||||
Notes:
|
||||
|
||||
* Please run `uninstall-ucp` before attempting the restore operation on an
|
||||
* Run `uninstall-ucp` before attempting the restore operation on an
|
||||
existing UCP cluster.
|
||||
|
||||
* If your swarm-mode cluster has lost quorum and the original set of managers
|
||||
|
|
Loading…
Reference in New Issue