File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,14 @@ running the following from the root of the repository:
6464 $ make discovery-url
6565
6666
67- ### Choose number of instances
67+ Choose number of instances
68+ --------------------------
69+
6870By default, the provision script will provision 3 servers. You can override this by setting `DEIS_NUM_INSTANCES `:
69- ```console
70- $ DEIS_NUM_INSTANCES=5 ./provision-rackspace-cluster.sh deis-key
71- ` ``
71+
72+ .. code-block :: console
73+
74+ $ DEIS_NUM_INSTANCES=5 ./provision-rackspace-cluster.sh deis-key
7275
7376 Note that for scheduling to work properly, clusters must consist of at least 3 nodes and always have an odd number of members.
7477For more information, see [optimal etcd cluster size](https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md).
You can’t perform that action at this time.
0 commit comments