mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #11100 from gabrielweyer/patch-1
Fixed vnet create command
This commit is contained in:
commit
a660fcd9ad
@ -51,7 +51,7 @@ Next, specify an existing virtual network and subnet in `cluster/azure/config-de
|
|||||||
|
|
||||||
You can create a virtual network:
|
You can create a virtual network:
|
||||||
|
|
||||||
azure network vnet create <vnet name> --subnet=<subnet name> --location "West US" -v
|
azure network vnet create <vnet name> --subnet-name=<subnet name> --location "West US" -v
|
||||||
|
|
||||||
Now you're ready.
|
Now you're ready.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user