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

rabbitmq operator watch configmaps when configmaps too many and large it will failed #1588

Closed
jisongxi opened this issue Mar 14, 2024 · 3 comments
Labels
question Further information is requested

Comments

@jisongxi
Copy link

version 1.14.0

when I create the rabbitcluster , but no pod and sts created, i see the log from the operator pod as this:
image
how to fix the problem

@jisongxi jisongxi added the question Further information is requested label Mar 14, 2024
@mkuratczyk
Copy link
Collaborator

This seems to be an issue with your Kubernetes cluster, not a RabbitMQ / cluster operator issue.
Kubernetes API responds with a "internal error".

As additional evidence, a completely different project had a virtually identical issue reported and reached a similar conclusion:
fluxcd/source-controller#1137

@jisongxi
Copy link
Author

My k8s cluster has a lot of configmaps. Can rabbitmq operator only monitor the required configmaps? Is it because there are too many configmaps, causing rabbtimq to pull the configmap reading of the entire cluster and time out?

@mkuratczyk
Copy link
Collaborator

If that's what causes the problem, it's likely fixed on the main branch already: #1549

We need to ship a new version with this change though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants