Merge pull request #25265 from adamwalz/docs_swarm_cluster_fault_tolerance
Fix swarm manager node fault tolerance table
(cherry picked from commit ceb4126aa0
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
cdfde82612
commit
a4c8fe1cd4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ guaranteed if you encounter more than two network partitions.
|
|||
| 1 | 1 | 0 |
|
||||
| 2 | 2 | 0 |
|
||||
| **3** | 2 | **1** |
|
||||
| 4 | 3 | 2 |
|
||||
| 4 | 3 | 1 |
|
||||
| **5** | 3 | **2** |
|
||||
| 6 | 4 | 2 |
|
||||
| **7** | 4 | **3** |
|
||||
|
|
Loading…
Reference in a new issue