mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #1363 from MSOpenTech/azure-readme
Minor update to Azure getting started guide.
This commit is contained in:
commit
e25171969b
@ -20,11 +20,10 @@ Next build Kubernetes, package the release, and upload to Azure Storage:
|
|||||||
cd kubernetes
|
cd kubernetes
|
||||||
release/azure/release.sh
|
release/azure/release.sh
|
||||||
|
|
||||||
Next, specify an existing US West virtual network in /cluster/azure/config.sh:
|
Next, specify an existing virtual network in `cluster/azure/config-defualt.sh`:
|
||||||
|
|
||||||
AZ_VNET=<vnet name>
|
AZ_VNET=<vnet name>
|
||||||
AZ_SUBNET=<subnet name>
|
|
||||||
|
|
||||||
Now you're ready.
|
Now you're ready.
|
||||||
|
|
||||||
You can then use the `cluster/kube-*.sh` scripts to manage your azure cluster, start with:
|
You can then use the `cluster/kube-*.sh` scripts to manage your azure cluster, start with:
|
||||||
|
Loading…
Reference in New Issue
Block a user