-
Notifications
You must be signed in to change notification settings - Fork 131
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 helm values to allow resource specification for all components #2943
Comments
thank you @crdnb totally makes sense. we also need to check that all of them are used, jobtemplate for executors are already supported by Test CRD, sounds like we need to add a CRD field for scraper template |
Hello @crdnb, We have added an option for resource specifications for the missing Please let us know in case of any issues. |
Hi @ypoplavs Thank you so much for adding the options and for opening the issue for the nats components! Minio resouce definition is working now. Currently I'm still facing problems with specifying resources on the proxy container of the testkube-operator-controller-manager pod. Can you tell me how to specify the resources for this container please? The webhook and mongodb jobs are also working now. For test jobs I'm defining the resources via job-template currently, as I don't know a helm value to set their resources yet. Is this still the way to go? Thank you! |
Hello @crdnb,
Please try and let me know about the results. As for test jobs - yes, you have to define them via job-template. |
Describe the enhancement you'd like to see
Testkube is great and the helm values allow to configure many options already. For lots of components it is already possible to specify resources (cpu and memory limits and requests).
For the following components / pods there is no resource configuration possible within helm values at the moment (or at least I did not find it):
It would be great to have the ability to configure compute resources also on these components, so that Testkube would also run on clusters where resource specification is mandatory.
Thank you very much for your great work!
The text was updated successfully, but these errors were encountered: