From 27446f1fba9de3ac10daef631752ad0640643806 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Thu, 4 Oct 2018 19:29:09 -0600 Subject: [PATCH] Update join-nodes.md Fixed @justincormack's clarification on running a mixed-FIPS environment. --- engine/swarm/join-nodes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/engine/swarm/join-nodes.md b/engine/swarm/join-nodes.md index 2cc6d95051..eafeb8c93d 100644 --- a/engine/swarm/join-nodes.md +++ b/engine/swarm/join-nodes.md @@ -27,8 +27,9 @@ you subsequently rotate the token, it doesn't affect existing swarm nodes. Refer to [Run Docker Engine in swarm mode](swarm-mode.md#view-the-join-command-or-update-a-swarm-join-token). **NOTE:** Docker allows a non-FIPS enabled worker or manager nodes to a FIPS-enabled -swarm cluster. This can cause issues with upgrading a swarm if nodes are FIPS-enabled and other -nodes are not FIPS-enabled. +swarm cluster. + +While a mixed-FIPS environment makes upgrading or changing status easier, Docker recommends not running a mixed-FIPS environment in production. ## Join as a worker node