mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Update azure.md
For this to run, VNET and SUBNET need to be set.
This commit is contained in:
parent
779de7361a
commit
e7f7ac790d
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue