Merge pull request #6925 from ahmetalpbalkan/patch-1

Correct typo in azure.md
This commit is contained in:
Eric Tune 2015-04-16 13:01:59 -07:00
commit 9b68984104

View File

@ -19,7 +19,7 @@ The cluster setup scripts can setup Kubernetes for multiple targets. First modif
KUBERNETES_PROVIDER="azure"
Next, specify an existing virtual network and subnet in `cluster/azure/config-defualt.sh`:
Next, specify an existing virtual network and subnet in `cluster/azure/config-default.sh`:
AZ_VNET=<vnet name>
AZ_SUBNET=<subnet name>