mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Update azure.md
This commit is contained in:
parent
205d3bf907
commit
93d76762b7
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user