doc: azure w/ subscription, cos channel option

doc: azure w/ subscription option

docs: azure getting started -> coreos channel env

doc: AZURE_LOCATION needs quotes
This commit is contained in:
Robert Jefe Lindstaedt
2016-02-02 13:58:37 +01:00
parent df4d50a7ac
commit aa6d6c2779
2 changed files with 25 additions and 6 deletions

View File

@@ -78,6 +78,13 @@ Now, all you need to do is:
```
This script will provision a cluster suitable for production use, where there is a ring of 3 dedicated etcd nodes: 1 kubernetes master and 2 kubernetes nodes. The `kube-00` VM will be the master, your work loads are only to be deployed on the nodes, `kube-01` and `kube-02`. Initially, all VMs are single-core, to ensure a user of the free tier can reproduce it without paying extra. I will show how to add more bigger VMs later.
If you need to pass Azure specific options for the creation script you can do this via additional environment variables e.g.
```
AZ_SUBSCRIPTION=<id> AZ_LOCATION="East US" ./create-kubernetes-cluster.js
# or
AZ_VM_COREOS_CHANNEL=beta ./create-kubernetes-cluster.js
```
![VMs in Azure](initial_cluster.png)