mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
I can lose a screw if its on too loose
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
aac801ac75
commit
29ad9379f4
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ func (c *Cluster) Info() types.Info {
|
||||||
default:
|
default:
|
||||||
if info.Managers == 2 {
|
if info.Managers == 2 {
|
||||||
const warn string = `WARNING: Running Swarm in a two-manager configuration. This configuration provides
|
const warn string = `WARNING: Running Swarm in a two-manager configuration. This configuration provides
|
||||||
no fault tolerance, and poses a high risk to loose control over the cluster.
|
no fault tolerance, and poses a high risk to lose control over the cluster.
|
||||||
Refer to https://docs.docker.com/engine/swarm/admin_guide/ to configure the
|
Refer to https://docs.docker.com/engine/swarm/admin_guide/ to configure the
|
||||||
Swarm for fault-tolerance.`
|
Swarm for fault-tolerance.`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue