Commit 93d76762 authored by Cole Mickens's avatar Cole Mickens

Update azure.md

parent 205d3bf9
...@@ -19,13 +19,14 @@ The cluster setup scripts can setup Kubernetes for multiple targets. First modif ...@@ -19,13 +19,14 @@ The cluster setup scripts can setup Kubernetes for multiple targets. First modif
KUBERNETES_PROVIDER="azure" 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_VNET=<vnet name>
AZ_SUBNET=<subnet name>
You can create a virtual network: 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. Now you're ready.
......
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