Jae Jahng (Jude)

Results 22 comments of Jae Jahng (Jude)

check your redis configuration. I think it's `appendonly yes` Change the configuration to `appendonly no` And I recommend that you don't set up RDB `save` either likes: ``` externalConfig: enabled:...

@shubham-cmyk I did :)

> @wkd-woo > > We can confiure the ACL user here by the user.acl file right now ? I have [example](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/acl_config) also i have verified that we can login in...

``` user default on nopass sanitize-payload ~* &* +@all -@admin -flushdb +lastsave -sort +monitor -flushall +pfselftest +replconf +slowlog +psync -migrate -keys -restore-asking +sync +pfdebug +latency +client|help +client|caching +client|getname +client|getredir +client|id...

I think 'clusterSize' should be the same value as 'leader.replicas' + 'follower.replicas'. 'RedisCluster' doesn't mean "a set" of Redis cluster. This means one member, as a 'Custom Resource' in itself...

@iamNoah1 Oh, I understand your situation. I've been wandering around with the same problem before. I'll give you the test manifest I'm using. I recommend override the .yaml file with...

@deefdragon I also disabled the persistence option. But I understand that the option is only a configuration related to rdb or aof. (Of course I could be wrong) How about...

I think we found the cause of this problem.. The operator keeps trying to elect a leader. operator can't go to the next stage because they couldn't choose the leader...