Update azure.md

pull/6/head
Cole Mickens 2015-04-16 00:30:10 -07:00
parent 205d3bf907
commit 93d76762b7
1 changed files with 3 additions and 2 deletions

View File

@ -19,13 +19,14 @@ The cluster setup scripts can setup Kubernetes for multiple targets. First modif
KUBERNETES_PROVIDER="azure"
Next, specify an existing virtual network in `cluster/azure/config-defualt.sh`:
Next, specify an existing virtual network and subnet in `cluster/azure/config-defualt.sh`:
AZ_VNET=<vnet name>
AZ_SUBNET=<subnet name>
You can create a virtual network:
azure network vnet create <vnet name> --location "West US" -v
azure network vnet create <vnet name> --subnet=<subnet name> --location "West US" -v
Now you're ready.