Skip to content

Commit 63768bb

Browse files
authored
Merge pull request #3031 from p0lyn0mial/watchlist-decrease-informer-count-latency
watchlist: decrease the number of informers to 6 to confirm no impact on latency
2 parents e03b028 + 4dda4d1 commit 63768bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

clusterloader2/testing/watch-list/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ steps:
4242
min: 1
4343
max: 1
4444
basename: watch-list
45-
replicasPerNamespace: 2
45+
# TODO(p0lyn0mial): bring back 2 replicas
46+
replicasPerNamespace: 1
4647
tuningSet: Uniform10qps
4748
objectBundle:
4849
- basename: watch-list-secret

clusterloader2/testing/watch-list/job.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ spec:
2121
memory: "16Gi"
2222
cpu: "6"
2323
command: [ "watch-list" ]
24-
args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=16", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"]
24+
# TODO(p0lyn0mial): bring back 16 informers
25+
args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=6", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"]
2526
restartPolicy: Never

0 commit comments

Comments
 (0)