You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installing_deis/azure.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ With the management certificate and cloud config in place, we are ready to creat
69
69
70
70
* Create a container called ``vhds`` within a storage account in the same region as your cluster using the Azure portal. Note the URL of the container for the cluster creation script below.
71
71
* Choose a cloud service name for your Deis cluster for the script below. The script will automatically create this cloud service for you.
72
-
* Choose an Azure `region`_ to use. Supply it in quotes with the ``--location`` parameter. The default is "West US".
72
+
* Create an `affinity group`_ if you already don't have one. Supply it in quotes with the ``--affinity-group`` parameter. Although *using an affinity group is not mandatory*, it is **highly recommended** since it tells the Azure fabric to place all VMs in the cluster physically close to each other, reducing inter-node latency by a great deal. If you don't want ot use affinity groups, specify a `region`_ for Azure to use with a ``--location`` parameter. The default is ``"West US"``. If you specify both parameters, ``location`` will be ignored. Please note that the script *will not* create an affinity group by itself; it expects the affinity group exists.
73
73
74
74
With that, let's run the azure-coreos-cluster script which will create the CoreOS cluster. Fill in the bracketed values with the values for your deployment you created above.
75
75
@@ -79,7 +79,7 @@ With that, let's run the azure-coreos-cluster script which will create the CoreO
79
79
--subscription [subscription id]
80
80
--azure-cert azure-cert.pem
81
81
--num-nodes 3
82
-
--location "[location]"
82
+
--affinity-group [affinity group name]
83
83
--vm-size Large
84
84
--pip
85
85
--deis
@@ -112,3 +112,4 @@ start installing the platform.
0 commit comments