-
Notifications
You must be signed in to change notification settings - Fork 264
Added benchmark of kube-batch #427
Comments
|
both are necessary :) metrics is helpful for product, perf is helpful for test, debug. I think we can do metrics firstly. |
For benchmark of kube-batch using scheduler-perf a WIP PR has been raised #597, but there are problems in scheduler-perf test integration suite, since they bring up API Server without CRD Support, but kube-batch depends on CRDs like PodGroup, We are trying to add CRD Capability to the API Server, which is being brought up by scheduler-perf integration test suite. This is where we are working on now to bring CRD capability to that API Server, and that is our blocking point now. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
DESCRIPTION: -- symptom of the problem a customer would see
After enabled pod affinity/anti-affinity at #418 , we need to know the impact to the kube-batch performance.
The text was updated successfully, but these errors were encountered: