Merge pull request #1171 from yaronr/patch-1

Update azure.md
This commit is contained in:
brendandburns 2014-09-04 13:03:31 -07:00
commit 8bfba149a5

View File

@ -20,6 +20,13 @@ Next build Kubernetes, package the release, and upload to Azure Storage:
cd kubernetes
release/azure/release.sh
Next, specify an existing US West virtual network in /cluster/azure/config.sh:
AZ_VNET=<vnet name>
AZ_SUBNET=<subnet name>
Now you're ready.
You can then use the `cluster/kube-*.sh` scripts to manage your azure cluster, start with:
cluster/kube-up.sh