mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Add vnet instructions to azure getting started
This commit is contained in:
parent
2823576194
commit
205d3bf907
@ -23,6 +23,10 @@ Next, specify an existing virtual network in `cluster/azure/config-defualt.sh`:
|
|||||||
|
|
||||||
AZ_VNET=<vnet name>
|
AZ_VNET=<vnet name>
|
||||||
|
|
||||||
|
You can create a virtual network:
|
||||||
|
|
||||||
|
azure network vnet create <vnet name> --location "West US" -v
|
||||||
|
|
||||||
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