mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
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
This commit is contained in:
commit
dd345fbf89
@ -198,6 +198,7 @@ func NewMasterConfig() *master.Config {
|
|||||||
Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
|
Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
|
||||||
AdmissionControl: admit.NewAlwaysAdmit(),
|
AdmissionControl: admit.NewAlwaysAdmit(),
|
||||||
Serializer: api.Codecs,
|
Serializer: api.Codecs,
|
||||||
|
EnableWatchCache: true,
|
||||||
},
|
},
|
||||||
KubeletClient: kubeletclient.FakeKubeletClient{},
|
KubeletClient: kubeletclient.FakeKubeletClient{},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user