From c2b4d626d8996ad895cb74cfb1c0c378583ceb18 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 19 Sep 2016 13:24:14 -0400 Subject: [PATCH] Bump master CIDR to /29 The equivalent of https://github.com/kubernetes/kubernetes/pull/32886 Fix #469 --- upup/models/config/components/kubelet/kubelet.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upup/models/config/components/kubelet/kubelet.options b/upup/models/config/components/kubelet/kubelet.options index fa48bf6b2e..16aaad9ad1 100644 --- a/upup/models/config/components/kubelet/kubelet.options +++ b/upup/models/config/components/kubelet/kubelet.options @@ -14,7 +14,7 @@ MasterKubelet: RegisterSchedulable: false 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) - 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) ReconcileCIDR: true # We _do_ allow debugging handlers, so we can do logs