-
Notifications
You must be signed in to change notification settings - Fork 0
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
Usage of Redis sentinel #18
Comments
@wkloucek, you are right. Redis Sentinel is not supported and we do not have time to include its support in the upcoming release. We will implement it in the next version. |
What's the next version and it's rough ETA? |
@wkloucek, we are discussing the ETA. I will keep you updated. |
@wkloucek, we have prepared the test images of the version 8.2.2 where we added support for Redis Sentinel. You can take Helm from branch https://github.com/ONLYOFFICE/Kubernetes-Docs-Shards/tree/release/v2.1.0, the required images are uploaded to Docker Hub and have
You will also need to add the following parameters for Redis Sentinel connection to the values.yaml, please find the example below:
|
I get this error
Seems not to be allowed |
@wkloucek, if you are connecting with no password for Sentinel, you should try setting BTW please take Proxy image with tag |
In the following I'm referring the state of release/1.2.0 branch with OO 8.2.0-rc25
I would like to use Redis Sentinel instead of plain Redis.
Therefore I would set following settings:
I had a look at the used lua library:
https://github.com/ledgetech/lua-resty-redis-connector?tab=readme-ov-file#connections-via-redis-sentinel
And I had a look at the code:
Kubernetes-Docs-Shards/templates/ingresses/documentserver.yaml
Line 149 in bc77cf4
Seems like the lua code is not ready for Sentinel out of the box?
@alexanderonlyoffice Did I oversee something?
The text was updated successfully, but these errors were encountered: