From 219525e7ab99bf087795d990e58663feb0811b94 Mon Sep 17 00:00:00 2001 From: Constanze Kratel Date: Tue, 18 Apr 2017 20:18:34 -0500 Subject: [PATCH] Issue #1465 Specify that all nodes need to be the same exact Docker version for production UCP clusters #1465 Just made a minor correction as part of fixing this bug. Added "with" to comply and also added "exact" to emphasize the importance of running the same version. Other than that this bug already appears to have been fixed. --- .../ucp/2.0/guides/installation/plan-production-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/ucp/2.0/guides/installation/plan-production-install.md b/datacenter/ucp/2.0/guides/installation/plan-production-install.md index 0fd0ad565bd..06d2937ba8c 100644 --- a/datacenter/ucp/2.0/guides/installation/plan-production-install.md +++ b/datacenter/ucp/2.0/guides/installation/plan-production-install.md @@ -14,8 +14,8 @@ deploying Docker Universal Control Plane for production. Before installing UCP you should make sure that all nodes (physical or virtual machines) that you'll manage with UCP: -* [Comply the system requirements](system-requirements.md) -* Are running the same version of CS Docker Engine +* [Comply with the system requirements](system-requirements.md) +* Are running the exact same version of CS Docker Engine ## Hostname strategy