mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
Merge pull request #6897 from colemickens/patch-2
Add vnet instructions to azure getting started
This commit is contained in:
commit
4d3b66c09f
@ -19,9 +19,14 @@ The cluster setup scripts can setup Kubernetes for multiple targets. First modif
|
||||
|
||||
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_SUBNET=<subnet name>
|
||||
|
||||
You can create a virtual network:
|
||||
|
||||
azure network vnet create <vnet name> --subnet=<subnet name> --location "West US" -v
|
||||
|
||||
Now you're ready.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user