Skip to content

Commit 3e9f729

Browse files
committed
docs(sys-reqs): Remove cluster size requirement
1 parent 100d64d commit 3e9f729

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/installing-deis/system-requirements.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,8 @@ Note that these estimates are for Deis and Kubernetes only, and there should be
1313

1414
Running smaller machines will likely result in increased system load and has been known to result in component failures and other problems.
1515

16-
## Cluster Size
17-
18-
For the [Scheduler][] and the [Store][] components to work properly, clusters must have at least three nodes. The etcd service must always be able to obtain a quorum, and the Ceph data store must maintain at least three replicas of persistent data.
19-
20-
If running multiple (at least three) machines of an adequate size is unreasonable, it is recommended to investigate the [Dokku][] project instead. Dokku is [sponsored][] by Deis and is ideal for environments where a highly-available distributed system is not necessary (i.e. local development, testing, etc.).
21-
2216
## Network
2317

2418
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:
2519

2620
EXTRA_DOCKER_OPTS="--insecure-registry 10.0.0.0/8"
27-
28-
29-
[dokku]: https://github.com/progrium/dokku
30-
[scheduler]: ../reference-guide/terms.md#scheduler
31-
[sponsored]: http://deis.io/deis-sponsors-dokku/
32-
[store]: ../understanding-deis/components.md#store

0 commit comments

Comments
 (0)