Skip to content

Commit

Permalink
Merge pull request #2943 from p0lyn0mial/watchlist-bring-back-initial…
Browse files Browse the repository at this point in the history
…-informers-count

watchlist: bring the initial informers count back
  • Loading branch information
k8s-ci-robot authored Oct 22, 2024
2 parents ef37f7f + 51cb6b8 commit e0f8f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions clusterloader2/testing/watch-list/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions clusterloader2/testing/watch-list/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e0f8f40

Please sign in to comment.