From 29ad9379f48a72f4f6b251000a034113b922ecbb Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 23 Apr 2019 11:36:31 +1000 Subject: [PATCH] I can lose a screw if its on too loose Signed-off-by: Sven Dowideit --- daemon/cluster/swarm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/cluster/swarm.go b/daemon/cluster/swarm.go index 18a909199a..2b7487c9bf 100644 --- a/daemon/cluster/swarm.go +++ b/daemon/cluster/swarm.go @@ -466,7 +466,7 @@ func (c *Cluster) Info() types.Info { default: if info.Managers == 2 { 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 Swarm for fault-tolerance.`