mirror of https://github.com/k3s-io/k3s
enable watchCache in test/integration/ tests
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