wgnathanael

Results 12 comments of wgnathanael

Hello, Thanks for the quick response. Yeah, its fine that a new Redis instance starts out as a master. The issue is once the operator controller runs, they all become...

Just after I sent the above I continued looking at the code. I think the issue is `checkAttachedSlave`. Not so much the function but some other initial configuration issue. It...

This is the issue https://github.com/OT-CONTAINER-KIT/redis/pull/75. When I add `tls-replication yes` to my additional redis configuration it works. The follower can communicate with the leader. It seems to me that however...

Sure. The configmap: ``` --- apiVersion: v1 kind: ConfigMap metadata: name: redis-external-config data: redis-additional.conf: | tls-replication yes loadmodule /usr/local/lib/libOmsDriver.so /usr/local/lib/rules/ --- apiVersion: v1 kind: Secret metadata: name: scrs-redis-replication-tls data: #...

As an attempt to isolate the issue a bit further, I've checked out the bitnami/containers repo, and tried using debian:bullseye instead of minideb:bullseye. Same crash occurs. How can we find...

Also, where/how is redis being compiled? I can't find any repo that details how this is being compiled. Redis being opensource, doesn't that need to be provided somewhere so people...

Hello @Mauraza, Not sure why I didn't get a notification when you wrote. The `sentinel:test` container is built using https://github.com/AliyunContainerService/redis-cluster where we used their sentinel/Dockerfile. Which is fairly straight forward:...

For weird implementation reasons we don't always use the cluster mode where it does its own sharding etc. Our module handles a node affinity type situation differently depending on if...

Doesn't seem to provide any additional information that I can see ``` redis 14:07:15.01 INFO ==> redis 14:07:15.01 INFO ==> Welcome to the Bitnami redis container redis 14:07:15.01 INFO ==>...

I don't 100% know if I'm understanding what you are asking but if slave1 isn't the one that becomes master then it changes, It depends on which node becomes master...