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
This commit is contained in:
portdirect 2017-12-27 20:33:47 -05:00
parent a5ce4c4833
commit 22d77a0065

View File

@ -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
------------------