Skip to content

Commit

Permalink
docs(system-requirements): Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize committed Jan 16, 2015
1 parent 88aeeba commit aba69b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/installing_deis/aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ By default, the script will provision 3 servers. You can override this by settin
$ export DEIS_NUM_INSTANCES=5
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`_.
have an odd number of members. For more information, see `etcd disaster recovery`_.

Deis clusters of less than 3 nodes are unsupported.

Expand Down Expand Up @@ -178,5 +178,5 @@ start installing the platform.
.. _`contrib/ec2`: https://github.com/deis/deis/tree/master/contrib/ec2
.. _`cloudformation.json`: https://github.com/deis/deis/blob/master/contrib/ec2/cloudformation.json
.. _`etcd`: https://github.com/coreos/etcd
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
.. _`etcd disaster recovery`: https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery
.. _`PyYAML`: http://pyyaml.org/
4 changes: 2 additions & 2 deletions docs/installing_deis/rackspace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ By default, the provision script will provision 3 servers. You can override this
$ 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`_.
For more information, see `etcd disaster recovery`_.

Deis clusters of less than 3 nodes are unsupported.

Expand Down Expand Up @@ -131,6 +131,6 @@ start installing the platform.

.. _`contrib/rackspace`: https://github.com/deis/deis/tree/master/contrib/rackspace
.. _`CoreOS on Rackspace`: https://coreos.com/docs/running-coreos/cloud-providers/rackspace/
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
.. _`etcd disaster recovery`: https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery
.. _Rackspace: https://github.com/deis/deis/tree/master/contrib/rackspace#readme
.. _`contrib/rackspace`: https://github.com/deis/deis/tree/master/contrib/rackspace
4 changes: 2 additions & 2 deletions docs/installing_deis/system-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Cluster size

For scheduling to work properly, clusters must consist of at least three nodes and always
have an odd number of members. This is mostly because the underlying CoreOS cluster must always
be able to obtain a quorum (see `optimal etcd cluster size`_). Additionally, the :ref:`Store`
be able to obtain a quorum (see `etcd disaster recovery`_). Additionally, the :ref:`Store`
component keeps three replicas of stored data, so it requires at least three nodes.

.. important::
Expand All @@ -50,5 +50,5 @@ Network
.. include:: ../_includes/_private-network.rst

.. _`dokku`: https://github.com/progrium/dokku
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
.. _`etcd disaster recovery`: https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery
.. _`sponsored`: http://deis.io/deis-sponsors-dokku/

0 comments on commit aba69b1

Please sign in to comment.