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
This will create a azure-user-data cloud config file. We'll use this with the script in the next
63
-
section during cluster creation.
64
50
65
51
Create CoreOS Cluster
66
52
---------------------
@@ -71,6 +57,9 @@ With the management certificate and cloud config in place, we are ready to creat
71
57
* Choose a cloud service name for your Deis cluster for the script below. The script will automatically create this cloud service for you.
72
58
* 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
59
60
+
This script calls the ``./create-azure-user-data`` script which takes the stock cluster instance config in ``../coreos/user-data.example``, customizes it for Azure, and inserts a unique cluster discovery
61
+
endpoint. It will then use the newly created CoreOS config on the newly provisioned cluster.
62
+
74
63
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.
0 commit comments