fixed the kubernetes address space
parent
51235f4234
commit
70c2f85e8c
|
@ -111,7 +111,7 @@ azure network vnet subnet create \
|
||||||
--resource-group the-hard-way \
|
--resource-group the-hard-way \
|
||||||
--vnet-name the-hard-way-net \
|
--vnet-name the-hard-way-net \
|
||||||
--name kubernetes \
|
--name kubernetes \
|
||||||
--address-prefix 10.239.0.0/11
|
--address-prefix 10.224.0.0/11
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue