From d03fe34114427ddd99d8d417ad90b9ae09b40d3f Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Sat, 28 May 2016 15:39:24 -0700 Subject: [PATCH] enable watchCache in test/integration/ tests --- test/integration/framework/master_utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/framework/master_utils.go b/test/integration/framework/master_utils.go index fe5b1f5699e..bff2f71594a 100644 --- a/test/integration/framework/master_utils.go +++ b/test/integration/framework/master_utils.go @@ -198,6 +198,7 @@ func NewMasterConfig() *master.Config { Authorizer: apiserver.NewAlwaysAllowAuthorizer(), AdmissionControl: admit.NewAlwaysAdmit(), Serializer: api.Codecs, + EnableWatchCache: true, }, KubeletClient: kubeletclient.FakeKubeletClient{}, }