Skip to content

Commit 6c64027

Browse files
committed
docs(installing_deis): add private network address requirement
1 parent b7452d6 commit 6c64027

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Due to changes introduced in Docker 1.3.1 related to insecure Docker registries, the hosts running
2+
Deis must be able to communicate via a private network in one of the RFC1918 private address spaces:
3+
``10.0.0.0/8``, ``172.16.0.0/12``, or ``192.168.0.0/16``.

docs/installing_deis/baremetal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Update $private_ipv4
6060
the user-data with the (private) IP address of the node.
6161

6262

63+
.. include:: ../_includes/_private-network.rst
64+
6365
Add Environment
6466
^^^^^^^^^^^^^^^
6567

docs/installing_deis/system-requirements.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ If running multiple (at least three) machines of an adequate size is unreasonabl
4444
investigate the `Dokku`_ project instead. Dokku is `sponsored`_ by Deis and is ideal for environments
4545
where a highly-available distributed system is not necessary (i.e. local development, testing, etc.).
4646

47+
Network
48+
-------
49+
50+
.. include:: ../_includes/_private-network.rst
51+
4752
.. _`dokku`: https://github.com/progrium/dokku
4853
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
4954
.. _`sponsored`: http://deis.io/deis-sponsors-dokku/

0 commit comments

Comments
 (0)