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
We need to deploy multiple Redis Clusters in our kubernetes cluster. I didnt find any information about creating multiple Redis Clusters. Is my assumption correct this feature is not supported? If yes, why is that?
Expected behaviour:
When deploying second redis cluster, I expect to create it without any issues.
Actual behaviour:
When deploying first redis cluster, operator log is continuously appending log messages. When deploy second cluster with pretty much same definition, operator log is not putting any new log messages, no pods are running. Basically it seems like operator is stacked. I tested to run these clusters either in the same namespace, as well as to run each of these in different namespace. The behaviour is the same.
Describe the solution you'd like
I would like to have a feature, which will support deploying multiple redis clusters with redis-cluster helm chart.
We need to deploy multiple Redis Clusters in our kubernetes cluster. I didnt find any information about creating multiple Redis Clusters. Is my assumption correct this feature is not supported? If yes, why is that?
Expected behaviour:
When deploying second redis cluster, I expect to create it without any issues.
Actual behaviour:
When deploying first redis cluster, operator log is continuously appending log messages. When deploy second cluster with pretty much same definition, operator log is not putting any new log messages, no pods are running. Basically it seems like operator is stacked. I tested to run these clusters either in the same namespace, as well as to run each of these in different namespace. The behaviour is the same.
Describe the solution you'd like
I would like to have a feature, which will support deploying multiple redis clusters with redis-cluster helm chart.
What version of redis-operator are you using?
redis-operator version: 0.18.0
redis-cluster version: 0.16.0
Additional context
The text was updated successfully, but these errors were encountered: