From 5acb50b530817f7cd7773c0e216a825653d38f52 Mon Sep 17 00:00:00 2001 From: Lukasz Szaszkiewicz Date: Thu, 20 Jul 2023 16:24:31 +0200 Subject: [PATCH] issue:2287: decrease the number of workes to see impact on latency --- clusterloader2/testing/watch-list/config.yaml | 3 ++- clusterloader2/testing/watch-list/job.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clusterloader2/testing/watch-list/config.yaml b/clusterloader2/testing/watch-list/config.yaml index 74c7dee4ea..e5ee2d5362 100644 --- a/clusterloader2/testing/watch-list/config.yaml +++ b/clusterloader2/testing/watch-list/config.yaml @@ -42,7 +42,8 @@ steps: min: 1 max: 1 basename: watch-list - replicasPerNamespace: 2 + # TODO(p0lyn0mial): bring back 2 replicas + replicasPerNamespace: 1 tuningSet: Uniform10qps objectBundle: - basename: watch-list-secret diff --git a/clusterloader2/testing/watch-list/job.yaml b/clusterloader2/testing/watch-list/job.yaml index b1b947022e..5876216a09 100644 --- a/clusterloader2/testing/watch-list/job.yaml +++ b/clusterloader2/testing/watch-list/job.yaml @@ -21,5 +21,6 @@ spec: memory: "16Gi" cpu: "6" command: [ "watch-list" ] - args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=16", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"] + # TODO(p0lyn0mial): bring back 16 informers + args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=2", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"] restartPolicy: Never