From 22d77a006541b100f21be3fa538156d46ddd3fd4 Mon Sep 17 00:00:00 2001 From: portdirect Date: Wed, 27 Dec 2017 20:33:47 -0500 Subject: [PATCH] Dev-Docs: Add warning about IP ranges consumed by K8s and Calico This PS adds a warning for the CIDRs consumed by Calico and K8s. It should be replaced by better documentation and/or a sanity checking chart/script when possible. Change-Id: Ib87b773b7c19ed65330a54546c4613c16aa9ab75 --- doc/source/install/developer/all-in-one.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/install/developer/all-in-one.rst b/doc/source/install/developer/all-in-one.rst index 3e923466b3..bdabb3863d 100644 --- a/doc/source/install/developer/all-in-one.rst +++ b/doc/source/install/developer/all-in-one.rst @@ -28,6 +28,11 @@ For a deployment without cinder and horizon the system requirements are: This guide covers the minimum number of requirements to get started. +.. warning:: By default the Calico CNI will use ``192.168.0.0/16`` and + Kubernetes services will use ``10.96.0.0/16`` as the CIDR for services. Check + that these CIDRs are not in use on the development node before proceeding, or + adjust as required. + Host Configuration ------------------