Commit 205d3bf9 authored by Cole Mickens's avatar Cole Mickens

Add vnet instructions to azure getting started

parent 28235761
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment