Skip to content
New issue

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

Support creating more Redis Clusters in the same kubernetes Cluste #1091

Open
fdolsky321 opened this issue Sep 26, 2024 · 0 comments
Open

Support creating more Redis Clusters in the same kubernetes Cluste #1091

fdolsky321 opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fdolsky321
Copy link

fdolsky321 commented Sep 26, 2024

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

@fdolsky321 fdolsky321 added the enhancement New feature or request label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant