mirror of https://github.com/kubernetes/kops.git
Bump master CIDR to /29
The equivalent of https://github.com/kubernetes/kubernetes/pull/32886 Fix #469
This commit is contained in:
parent
81df3855d8
commit
c2b4d626d8
|
|
@ -14,7 +14,7 @@ MasterKubelet:
|
||||||
RegisterSchedulable: false
|
RegisterSchedulable: false
|
||||||
APIServers: http://127.0.0.1:8080
|
APIServers: http://127.0.0.1:8080
|
||||||
# We bootstrap with a fake CIDR, but then this will be replaced (unless we're running with _isolated_master)
|
# We bootstrap with a fake CIDR, but then this will be replaced (unless we're running with _isolated_master)
|
||||||
PodCIDR: 10.123.45.0/30
|
PodCIDR: 10.123.45.0/29
|
||||||
# Replace the CIDR with a CIDR allocated by KCM (the default, but included for clarity)
|
# Replace the CIDR with a CIDR allocated by KCM (the default, but included for clarity)
|
||||||
ReconcileCIDR: true
|
ReconcileCIDR: true
|
||||||
# We _do_ allow debugging handlers, so we can do logs
|
# We _do_ allow debugging handlers, so we can do logs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue