From 1eccc2f5db265c1b32aa984b9bce5f51a41f7d0f Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 6 Jul 2018 14:07:20 -0400 Subject: [PATCH] remove stray comment from a merge Change-Id: Ie8f680a36241387e04e9602dd52aacbb3b3b1dc2 Signed-off-by: Davanum Srinivas --- cmd/kube-controller-manager/app/options/options_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kube-controller-manager/app/options/options_test.go b/cmd/kube-controller-manager/app/options/options_test.go index d684fa7bad..3ba5a81a65 100644 --- a/cmd/kube-controller-manager/app/options/options_test.go +++ b/cmd/kube-controller-manager/app/options/options_test.go @@ -139,7 +139,7 @@ func TestAddFlags(t *testing.T) { }, }, KubeCloudShared: &cmoptions.KubeCloudSharedOptions{ - Port: 10252, // Note: InsecureServingOptions.ApplyTo will write the flag value back into the component config + AllocateNodeCIDRs: true, + Port: 10252, // Note: InsecureServingOptions.ApplyTo will write the flag value back into the component config Address: "0.0.0.0", // Note: InsecureServingOptions.ApplyTo will write the flag value back into the component config UseServiceAccountCredentials: true, RouteReconciliationPeriod: metav1.Duration{Duration: 30 * time.Second},