mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
enable watchCache in test/integration/ tests
This commit is contained in:
parent
9e31175795
commit
d03fe34114
@ -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