Add vnet instructions to azure getting started

This commit is contained in:
Cole Mickens 2015-04-16 00:22:39 -07:00
parent 2823576194
commit 205d3bf907

View File

@ -23,6 +23,10 @@ Next, specify an existing virtual network in `cluster/azure/config-defualt.sh`:
AZ_VNET=<vnet name>
You can create a virtual network:
azure network vnet create <vnet name> --location "West US" -v
Now you're ready.
You can then use the `cluster/kube-*.sh` scripts to manage your azure cluster, start with: