mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
fixed the kubernetes address space
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user