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
It's a misoperation, and we can find this message in the alarm file.statefulset: test-cluster-follower replicas [3] ready_replicas [2], test-cluster-leader replicas [3] ready_replicas [2], pod: test-cluster-follower-2, test-cluster-leader-2
What happened in the state transition?
Deploy a simple Redis cluster using the following YAML file
we can find an error event issued by the Pod with the message:MountVolume.SetUp failed for volume "tls-certs" : secret "ACTOKEY" not found"
What did you expect to happen?
The operator needs to reject this erroneous desired state.
Root Cause
The root cause is that the desired TLS.secret.secretName cannot be satisfied in the current cluster state. The redis-operator fails to reject the erroneous desired state and updates the Redis cluster with the unsatisfiable TLS.secret.secretName rule, causing the cluster to lose one replica.
The text was updated successfully, but these errors were encountered:
What happened?
Why did Acto raise this alarm?
It's a misoperation, and we can find this message in the alarm file.
statefulset: test-cluster-follower replicas [3] ready_replicas [2], test-cluster-leader replicas [3] ready_replicas [2], pod: test-cluster-follower-2, test-cluster-leader-2
What happened in the state transition?
we can find an error event issued by the Pod with the message:
MountVolume.SetUp failed for volume "tls-certs" : secret "ACTOKEY" not found"
What did you expect to happen?
The operator needs to reject this erroneous desired state.
Root Cause
The root cause is that the desired TLS.secret.secretName cannot be satisfied in the current cluster state. The redis-operator fails to reject the erroneous desired state and updates the Redis cluster with the unsatisfiable TLS.secret.secretName rule, causing the cluster to lose one replica.
The text was updated successfully, but these errors were encountered: