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
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.
The text was updated successfully, but these errors were encountered:
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:
The specific way that this info will be provided via the helm chart has not been decided yet.
The text was updated successfully, but these errors were encountered: