mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fixed vnet create command
The parameter name should be `--subnet-name` instead of `--subnet` with the latest version of the CLI (0.9.5).
This commit is contained in:
		@@ -37,7 +37,7 @@ Next, specify an existing virtual network and subnet in `cluster/azure/config-de
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user