-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Soak test based on serve_hostname image #5750
Conversation
@roberthbailey @jayunit100 @davidopp @lavalamp @thockin @jlowdermilk |
perNode = flag.Int("per_node", 1, "Number of hostname pods per node") | ||
) | ||
|
||
const ( |
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.
No need for a block with just one constant.
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.
Fixed, thanks.
PTAL. I think I've dealt with all the excellent suggestions. For now, I have changed some Fatals to Warnings and then I
|
11115fe
to
a26b416
Compare
3f1d74b
to
a375733
Compare
Cool idea ! So, this is a specific kind of soak, i.e. i think this test is specifically testing the amount of times a service is forwarded to one machine, versus another. So shall we maybe call it then i think the other tests can be on the lines of lgtm and hope to try it out soon. |
I am currently running it on a 50 node cluster with N pods per node. I am also producing |
Even 10 pods per node is too much.
|
5 pods per node also does not work. |
Soak test based on serve_hostname image
This is a simple soak test that performs the following actions when executed for the GCE provider:
$HOME/.kube/.kubeconfig
serve_hostname
pods on each node.serve-hostname-N-M
.Keeping this running constitutes a simple soak test.