From b4e4559f8be151474207d5482d67a5cff177d7e9 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Wed, 13 Feb 2019 11:52:59 -0800 Subject: [PATCH] Fix syntax for IP range --- ee/ucp/admin/install/plan-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/install/plan-installation.md b/ee/ucp/admin/install/plan-installation.md index 0426126fd2..27195a9b05 100644 --- a/ee/ucp/admin/install/plan-installation.md +++ b/ee/ucp/admin/install/plan-installation.md @@ -42,7 +42,7 @@ this. ## Avoid IP range conflicts -The `service-cluster-ip-range` API Server flag is currently set to 10.96.0.0/16 and cannot be changed. +The `service-cluster-ip-range` API Server flag is currently set to `10.96.0.0/16` and cannot be changed. Swarm uses a default address pool of `10.0.0.0/16` for its overlay networks. If this conflicts with your current network implementation, please use a custom IP address pool. To specify a custom IP address pool, use the `--default-address-pool` command line option during [Swarm initialization](../../../../engine/swarm/swarm-mode.md).