-
Notifications
You must be signed in to change notification settings - Fork 368
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
Flexible Configuration #20
Comments
@adamresson For sure PRs are very welcome. Currently we are working on a library to abstract common tasks in operators and controllers so we can reuse it in different projects we are working. We expect to release it soon as component of redis-operator also. |
Sounds good. Thanks @ese . I might wait until you have that common stuff refactored out since it sounds like that could affect things pretty significantly. Keep up the great work :) |
Great, I was about to ask the same questions:
Amazing work, I just wish I knew Go so that I could contribute or add these features on a fork |
I'm wondering if you guys have it in your backlog to make the operator a little more configurable, and/or if you accept public pull requests.
A couple pieces of configurability I think would could make this more flexible:
I've investigated trying to use it, but run up against some hurdles that I've had to fork and hardcode some custom configuration in. Specifically, I want to be able to define maxmemory and maxmemory-policy.
I don't have much experience with Go, so I've just hacked those lines into
generate-server-config
like so:Currently, in order to do this I have to:
Thanks!
The text was updated successfully, but these errors were encountered: