-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watch-list/job: run two replicas per namespace #2281
watch-list/job: run two replicas per namespace #2281
Conversation
/assign @wojtek-t |
phases: | ||
- namespaceRange: | ||
min: 1 | ||
max: 1 | ||
basename: watch-list | ||
replicasPerNamespace: 1 | ||
replicasPerNamespace: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine, but I think we probably need to first increase the cluster-size to have 2 nodes (I think 2 instances won't fit on a current single node, right?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be fine.
A single instance (job
) of the performance test requires 6 CPUs
, 16 RAM
. The test runs on an e2-standard-16
machine with 16 CPU, 64 GB
. It seems we should be able to run the second job
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok - let's see
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: p0lyn0mial, wojtek-t The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Running more than one instance of the watch-list perf test we will put more load on the api-server.
An increased load on the server will allows us for better comparison/understanding scaling characteristic of the streaming API feature.
A single instance (
job
) of the performance test requires6 CPUs, 16 RAM
. The test runs on ane2-standard-16
machine with16 CPU, 64 GB
.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: