fixed the kubernetes address space

pull/79/head
khenidak 2016-10-03 18:20:15 -07:00
parent 51235f4234
commit 70c2f85e8c
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ azure network vnet subnet create \
--resource-group the-hard-way \
--vnet-name the-hard-way-net \
--name kubernetes \
--address-prefix 10.239.0.0/11
--address-prefix 10.224.0.0/11
```