Skip to content

Commit

Permalink
Merge pull request kubernetes#2305 from p0lyn0mial/debug-8-2287
Browse files Browse the repository at this point in the history
issue:2287: slightly increase the number of informers to see impact on latency
  • Loading branch information
k8s-ci-robot committed Jul 24, 2023
2 parents 7bacdab + 3648311 commit 043ad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterloader2/testing/watch-list/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ spec:
cpu: "6"
command: [ "watch-list" ]
# TODO(p0lyn0mial): bring back 16 informers
args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=2", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"]
args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=8", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"]
restartPolicy: Never

0 comments on commit 043ad95

Please sign in to comment.