OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

Cluster mode not enabled (All leader and follower are in master type and 0 connection with slave in all ) #117

Closed sv6375261073 closed 1 year ago

sv6375261073 commented 1 year ago

version 0.15.0

I tried failover testing also but no effect because all leader or follower are master type there is no pod with slave type so failover is also not working.

After deleting master type pod comes with master type only.

sv6375261073 commented 1 year ago
image
shubham-cmyk commented 1 year ago

which CR are you using ?

sv6375261073 commented 1 year ago

Following this documentation: https://ot-redis-operator.netlify.app/docs/

image
shubham-cmyk commented 1 year ago

You need to use redis-cluster independently the redis-sentinel mode is for the redis-replication. There could be 1 more problem that you have disabled the cluster mode.

We are having a release on Monday for the v0.15.0 till then you can use the v0.14.0 with the redis image quay.io/opstree/redis:v7.0.5

sv6375261073 commented 1 year ago

This is fixed in 0.15.3 version.

Thanks