@@ -14,8 +14,6 @@ Prerequisites
1414
1515To complete this guide, you must have the following:
1616
17- - An SSH key for running operator's commands against the cluster using ``deisctl ``
18- - An SSH key for authorizing yourself against Deis' builder
1917 - A domain to point to the cluster
2018 - The ability to provision at least 3 DigitalOcean Droplets that are 2GB or greater
2119
@@ -24,21 +22,16 @@ In order to provision the cluster, we will need to install a couple of administr
2422`Deis Control Utility `_, which will assist us with installing, configuring and managing the Deis
2523platform.
2624
27- Generate a New Discovery URL
28- ----------------------------
25+ Generate SSH Key
26+ ----------------
2927
30- To get started with provisioning the Droplets, we will need to generate a new Discovery URL.
31- Discovery URLs help connect `etcd `_ instances together by storing a list of peer addresses and
32- metadata under a unique address. You can generate a new discovery URL for use in your platform by
33- running the following from the root of the repository:
28+ Please refer to :ref: `generate_ssh_key ` for generating a new SSH key.
3429
35- .. code-block :: console
30+ Generate a New Discovery URL
31+ ----------------------------
3632
37- $ make discovery-url
33+ Please refer to :ref: ` generate_discovery_url ` for generating a new Discovery URL.
3834
39- This will write a new discovery URL to the user-data file. This file is used by DigitalOcean's v2
40- metadata API to create and customize each machine in our cluster to our liking. Some convenience
41- scripts are supplied in this user-data file, so it is mandatory for provisioning Deis.
4235
4336Create CoreOS Droplets
4437----------------------
@@ -135,5 +128,4 @@ start installing the platform.
135128.. _`docl` : https://github.com/nathansamson/docl#readme
136129.. _`Deis Control Utility` : https://github.com/deis/deis/tree/master/deisctl#readme
137130.. _`DNS control panel` : https://cloud.digitalocean.com/domains
138- .. _`etcd` : https://github.com/coreos/etcd
139131.. _`this tutorial` : https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean
0 commit comments