-
Notifications
You must be signed in to change notification settings - Fork 285
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
Add scalability tests #45
Comments
/help |
@ahg-g: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
I think the first we can do for this issue is to lay down what we want to test/bench for Kueue.
those are init test ideas |
I think we should test "infinite" resources but also "limited" (say, the ClusterQueues have 20% of the total required requests for all jobs) |
Can't get more on Minikube :( , will have to move to something else. will report more later |
We need to create a list of target features to stress test to move forward with this issue |
Do we want to do resource utilization testing?
|
|
We need to run tests that measure:
The scale test should measure that while varying
As for CPU and memory requests, we can use settings similar to kube-scheduler. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
A first load test was added in #462. We can create separate issues for follow ups and to improve performance. /close |
@alculquicondor: Closing this issue. 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. |
This is critical to better understand kueue's limits and where its bottlenecks. We should check if there is a way to use clusterloader for this
The text was updated successfully, but these errors were encountered: