Commit dd345fbf authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #26494 from caesarxuchao/enable-watchCache-integration-tests

Automatic merge from submit-queue Enable WatchCache in test/integration/ tests We already run cmd/integration/ with watch cache on. We should also run tests in test/integration/ with watch cache on. @wojtek-t @lavalamp
parents c80f650b d03fe341
......@@ -198,6 +198,7 @@ func NewMasterConfig() *master.Config {
Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
AdmissionControl: admit.NewAlwaysAdmit(),
Serializer: api.Codecs,
EnableWatchCache: true,
},
KubeletClient: kubeletclient.FakeKubeletClient{},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment