ConfigMap rabbitmq-server-conf k8s #1163
-
Hi everyone!
On the third cluster today I install cluster-operator via command:
Why is this happening? my cm: apiVersion: v1 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
The Operator will try to reconcile all dependent objects (ConfigMap, StatefulSet, Service, etc.) from the information in To configure RabbitMQ, you can use I'm surprised you don't observe the same behaviour in 1.14. I believe there has been no changes for quite a while. I suspect there might be an additional factor causing this e.g. paused reconcilliation via label, error in reconcile loop, to name a few, that may be causing different behaviour in your 1.14 cluster. |
Beta Was this translation helpful? Give feedback.
-
@Zerpet Thank you for you answer/ Honestly, I don't quite understand how to correctly specify these settings. I have downloaded cluster-operator.yaml, but how should I change it? |
Beta Was this translation helpful? Give feedback.
-
After applying this yaml file, a standard configmap is created again |
Beta Was this translation helpful? Give feedback.
-
Have a look at some of the examples, especially custom-config. |
Beta Was this translation helpful? Give feedback.
-
@mkuratczyk Thank you. This solved my issue. |
Beta Was this translation helpful? Give feedback.
Have a look at some of the examples, especially custom-config.