-
Notifications
You must be signed in to change notification settings - Fork 14
increased APIServer limits #511
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nmiculinic 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 |
on my machine it takes only 113ms avg |
/retest hmmmm....yeah, I kinda feel I'm overusing my laptop with 2 kind clusters ,slack, firefox, InteliJ... The memory gets full and I'm swapping :-/ |
@aborilov , which tool did you use for testing? I would like also to have a try :) |
https://github.com/wg/wrk |
What about API endpoint doing more work? 100ms....it's actually a lot for endpoint doing pretty much nothing. |
we need to do such tests on real k8s cluster, not kind with kubeproxy. |
and yeah, 100ms too much for doing nothing |
/lgtm |
LGTM label has been added. Git tree hash: 54762bca3860dcdbcbbd101cb501295f97ddee70
|
/retest Review the full test history Silence the bot with an Also, here is a cat. |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest Review the full test history Silence the bot with an Also, here is a cat. |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
On my machine API server took on average 1000-2000ms to respond to every API request. A bit too much, isn't it?