diff --git a/clusterloader2/testing/watch-list/config.yaml b/clusterloader2/testing/watch-list/config.yaml index e5ee2d5362..74c7dee4ea 100644 --- a/clusterloader2/testing/watch-list/config.yaml +++ b/clusterloader2/testing/watch-list/config.yaml @@ -42,8 +42,7 @@ steps: min: 1 max: 1 basename: watch-list - # TODO(p0lyn0mial): bring back 2 replicas - replicasPerNamespace: 1 + replicasPerNamespace: 2 tuningSet: Uniform10qps objectBundle: - basename: watch-list-secret diff --git a/clusterloader2/testing/watch-list/job.yaml b/clusterloader2/testing/watch-list/job.yaml index 38500689e5..b1b947022e 100644 --- a/clusterloader2/testing/watch-list/job.yaml +++ b/clusterloader2/testing/watch-list/job.yaml @@ -21,6 +21,5 @@ spec: memory: "16Gi" cpu: "6" command: [ "watch-list" ] - # TODO(p0lyn0mial): bring back 16 informers - args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=6", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"] + args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=16", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"] restartPolicy: Never