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
Hi, regarding the "Image Compatibility" section, I want to use Redis v6.2.5, so I need to use operator version: v0.13.0
my question is what should be the charts versions ??
Currently I noticed that in order to get the latest chart for redis-operator v0.13.0 I should use chart version: 0.13.1
and for redis I need to use chart version 0.11.0
The problem is that the operator is not able to create cluster when there are more then 1 leader: {"level":"error","ts":1734338227.2321377,"logger":"controller_redis","msg":"Could not execute command","Request.RedisManager.Namespace":"ot-operators","Request.RedisManager.Name":"redis-cluster","Command":["redis-cli","--cluster","create","redis-cluster-leader-0.redis-cluster-leader-headless.ot-operators.svc:6379","redis-cluster-leader-1.redis-cluster-leader-headless.ot-operators.svc:6379","--cluster-yes"],"Output":"*** ERROR: Invalid configuration for cluster creation.\n*** Redis Cluster requires at least 3 master nodes.\n*** This is not possible with 2 nodes and 0 replicas per node.\n*** At least 3 nodes are required.\n","Error":"","error":"command terminated with exit code 1","stacktrace":"redis-operator/k8sutils.ExecuteRedisClusterCommand\n\t/workspace/k8sutils/redis.go:116\nredis-operator/controllers.(*RedisClusterReconciler).Reconcile\n\t/workspace/controllers/rediscluster_controller.go:130\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:114\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:311\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227"}
When I am decreasing the leader count to 1 the operator have no errors.
The text was updated successfully, but these errors were encountered:
Hi, regarding the "Image Compatibility" section, I want to use Redis v6.2.5, so I need to use operator version: v0.13.0
my question is what should be the charts versions ??
Currently I noticed that in order to get the latest chart for redis-operator v0.13.0 I should use chart version: 0.13.1
and for redis I need to use chart version 0.11.0
The problem is that the operator is not able to create cluster when there are more then 1 leader:
{"level":"error","ts":1734338227.2321377,"logger":"controller_redis","msg":"Could not execute command","Request.RedisManager.Namespace":"ot-operators","Request.RedisManager.Name":"redis-cluster","Command":["redis-cli","--cluster","create","redis-cluster-leader-0.redis-cluster-leader-headless.ot-operators.svc:6379","redis-cluster-leader-1.redis-cluster-leader-headless.ot-operators.svc:6379","--cluster-yes"],"Output":"*** ERROR: Invalid configuration for cluster creation.\n*** Redis Cluster requires at least 3 master nodes.\n*** This is not possible with 2 nodes and 0 replicas per node.\n*** At least 3 nodes are required.\n","Error":"","error":"command terminated with exit code 1","stacktrace":"redis-operator/k8sutils.ExecuteRedisClusterCommand\n\t/workspace/k8sutils/redis.go:116\nredis-operator/controllers.(*RedisClusterReconciler).Reconcile\n\t/workspace/controllers/rediscluster_controller.go:130\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:114\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:311\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227"}
When I am decreasing the leader count to 1 the operator have no errors.
The text was updated successfully, but these errors were encountered: