You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We currently use the locust helm chart to manage our locust cluster. Our locust tests require the support of a lib directory. It appears the only way to use this k8s operator requires changes to our test files or patching the locust image used, neither of which is ideal.
Describe the solution you'd like
The locust helm chart has a locust_lib_configmap value, which allows users like us to include our lib directory in a ConfigMap. Is something like that possible with the operator?
Describe alternatives you've considered
We can modify our locust tests so they do not require a lib directory, or we could patch the locust image used by the operator.
The text was updated successfully, but these errors were encountered:
Hello @jgrevich,
Thank you for taking the time to open this ticket!
Based on your explanation of the feature i don't see any blockers from adding this feature to the operator. that being said, as this is a holiday season, I will be able to look into this Jan 2025. If this is urgent or someone in your team have the technical knowhow to contribute to the operator, i'm more than happy to work with you to get it done and shipped faster.
Is your feature request related to a problem? Please describe.
We currently use the locust helm chart to manage our locust cluster. Our locust tests require the support of a lib directory. It appears the only way to use this k8s operator requires changes to our test files or patching the locust image used, neither of which is ideal.
Describe the solution you'd like
The locust helm chart has a
locust_lib_configmap
value, which allows users like us to include our lib directory in a ConfigMap. Is something like that possible with the operator?Describe alternatives you've considered
We can modify our locust tests so they do not require a lib directory, or we could patch the locust image used by the operator.
The text was updated successfully, but these errors were encountered: