Skip to content

Commit 58c2d97

Browse files
author
Matthew Fisher
committed
Merge pull request #2408 from Imdsm/patch-8
docs(installing_deis): fixed formatting issue
2 parents 4b7124f + 15c4a94 commit 58c2d97

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/installing_deis/rackspace.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
6870
By 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.
7477
For more information, see [optimal etcd cluster size](https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md).

0 commit comments

Comments
 (0)