Skip to content
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

Fix Redis Setinel configuration #605

Open
seanrmurphy opened this issue Nov 15, 2022 · 0 comments
Open

Fix Redis Setinel configuration #605

seanrmurphy opened this issue Nov 15, 2022 · 0 comments

Comments

@seanrmurphy
Copy link

The current implementation does not have proper Redis Sentinel support, being unable to accept a list of sentinels. This issue also arises in other services(Renku-Python issue here, Renku-ui issue here).

To fix it, it is necessary to:

  • provide a mechanism by which a list of sentinels is made available to the gateway
  • modify the gateway such that these sentinels are used in the config of the Redis client

The specific way that this info will be provided via the helm chart has not been decided yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant