Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(installing_deis): fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkdean committed Nov 6, 2014
1 parent 816e718 commit 15c4a94
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/installing_deis/rackspace.rst
Expand Up @@ -64,11 +64,14 @@ running the following from the root of the repository:
$ make discovery-url
### Choose number of instances
Choose number of instances
--------------------------

By default, the provision script will provision 3 servers. You can override this by setting `DEIS_NUM_INSTANCES`:
```console
$ DEIS_NUM_INSTANCES=5 ./provision-rackspace-cluster.sh deis-key
```

.. code-block:: console
$ DEIS_NUM_INSTANCES=5 ./provision-rackspace-cluster.sh deis-key
Note that for scheduling to work properly, clusters must consist of at least 3 nodes and always have an odd number of members.
For more information, see [optimal etcd cluster size](https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md).
Expand Down

0 comments on commit 15c4a94

Please sign in to comment.