Skip to content

Commit b7d95f0

Browse files
author
Matthew
committed
docs(system-requirements): k8s only requires 10.0.0.0 address space
1 parent d377483 commit b7d95f0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/installing-deis/system-requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ If running multiple (at least three) machines of an adequate size is unreasonabl
2121

2222
## Network
2323

24-
Due to changes introduced in Docker 1.3.1 related to insecure Docker registries, the hosts running Deis must be able to communicate via a private network in one of the RFC 1918 or RFC 6598 private address spaces: `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`, or `100.64.0.0/10`.
24+
Due to changes introduced in Docker 1.3.1 related to insecure Docker registries, the hosts running Deis must be able to communicate via a private network procured by kubernetes in the `10.0.0.0/8` private address space. This allows the docker daemon used by the controller to communicate with the registry. Ensure that your hosts have the following entries in their respective DOCKER_OPTS:
25+
26+
EXTRA_DOCKER_OPTS="--insecure-registry 10.0.0.0/8"
2527

2628

2729
[dokku]: https://github.com/progrium/dokku

0 commit comments

Comments
 (0)