From 64f293ea194975d45b6d0bddaaa94afa0fed29c4 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 10 Oct 2016 10:04:32 -0400 Subject: [PATCH] Increase the master CIDR to a /28 This should allow pods to run on the master until the real fix arrives in 1.5. --- 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 16aaad9ad1..41d18ffb90 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/29 + PodCIDR: 10.123.45.0/28 # 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