mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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(),
|
||||
AdmissionControl: admit.NewAlwaysAdmit(),
|
||||
Serializer: api.Codecs,
|
||||
EnableWatchCache: true,
|
||||
},
|
||||
KubeletClient: kubeletclient.FakeKubeletClient{},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user