We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of redis operator are you using?
redis-operator version: ghcr.io/ot-container-kit/redis-operator/redis-operator:v0.18.1
Does this issue reproduce with the latest release? yes
What operating system and processor architecture are you using (kubectl version)?
kubectl version
$ kubectl version Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0", GitTreeState:"clean", BuildDate:"2022-05-03T13:46:05Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v4.5.4
What did you do? Created sentinel and replication cluster with below configuration. redis-replication clusterSize = 2 redis-sentinel clusterSize = 3
Node1 contains redis-replication-0 and sentinel-0 instances Node2 contains redis-replication-1, sentinel-1 and sentinel-2 instances quorum = 1
when Node1 goes down, sentinel-1 and sentinel-2 are not electing redis-replication-1 instance as master.
What did you expect to see? sentinels should elect redis-replication-1 instance as master.
What did you see instead? sentinels are not electing redis-replication-1 instance as master.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of redis operator are you using?
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
OutputWhat did you do?
Created sentinel and replication cluster with below configuration.
redis-replication clusterSize = 2
redis-sentinel clusterSize = 3
Node1 contains redis-replication-0 and sentinel-0 instances
Node2 contains redis-replication-1, sentinel-1 and sentinel-2 instances
quorum = 1
when Node1 goes down, sentinel-1 and sentinel-2 are not electing redis-replication-1 instance as master.
What did you expect to see?
sentinels should elect redis-replication-1 instance as master.
What did you see instead?
sentinels are not electing redis-replication-1 instance as master.
The text was updated successfully, but these errors were encountered: