Enable paging by default in etcd options, by feature flag in sample-apiserver

This commit is contained in:
Jordan Liggitt
2019-04-30 17:37:46 -04:00
parent 306740f81c
commit 90cd672ab6
4 changed files with 6 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ func TestAddFlags(t *testing.T) {
CAFile: "/var/run/kubernetes/etcdca.crt",
CertFile: "/var/run/kubernetes/etcdce.crt",
},
Paging: true,
Prefix: "/registry",
CompactionInterval: storagebackend.DefaultCompactInterval,
CountMetricPollPeriod: time.Minute,