-
Notifications
You must be signed in to change notification settings - Fork 275
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
Reconcile Error after change the Config Map #304
Labels
bug
Something isn't working
Comments
Thanks for reporting this! cc @mkuratczyk |
ansd
added a commit
that referenced
this issue
Sep 8, 2020
Relates to #304 Before this commit, the controller exec'ed into every RabbitMQ cluster pod in every reconcile loop to idempotently 'rabbitmq-plugins set'. Although simple and correct, these were unnecessary and expensive operations. After this commit, the controller only execs into the pods if the plugins config map got updated.
ansd
added a commit
that referenced
this issue
Sep 11, 2020
Relates to #304 Before this commit, the controller exec'ed into every RabbitMQ cluster pod in every reconcile loop to idempotently 'rabbitmq-plugins set'. Although simple and correct, these were unnecessary and expensive operations. After this commit, the controller only execs into the pods if the plugins config map got updated.
Zerpet
pushed a commit
that referenced
this issue
Sep 15, 2020
Relates to #304 Before this commit, the controller exec'ed into every RabbitMQ cluster pod in every reconcile loop to idempotently 'rabbitmq-plugins set'. Although simple and correct, these were unnecessary and expensive operations. After this commit, the controller only execs into the pods if the plugins config map got updated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When the
definition-rabbitmq-server-conf
config map is changed the Operator raises an exception:And the config map won't be changed.
To Reproduce
Steps to reproduce the behavior:
I was trying to change the
log.file.level = debug
4. See error:
Expected behavior
Change the config map without errors.
Version information
Additional context
When the config map is changed, the reconcile restarts the pod, and when it tries to enable the plugins gets the error since the POD isn't ready yet.
The text was updated successfully, but these errors were encountered: