'Problems with adding extra rabbitmq plugin from github using bitnami/rabbitmq chart
I have a rancher v2.4.12 and using bitnami/rabbitmq
My .yaml looks like this and works fine:
podSecurityContext:
enabled: true
fsGroup: 0
runAsUser: 0
auth:
username: user
password: password
erlangCookie: $RABBITMQ_ERLANG_COOKIE
extraConfiguration: |-
consumer_timeout = 3600000
But when i`m trying to add extra plugins like this:
podSecurityContext:
enabled: true
fsGroup: 0
runAsUser: 0
auth:
username: user
password: password
erlangCookie: $RABBITMQ_ERLANG_COOKIE
extraConfiguration: |-
consumer_timeout = 3600000
communityPlugins: "https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/3.8.9/rabbitmq_delayed_message_exchange-3.8.9-0199d11c.ez"
extraPlugins: "rabbitmq_auth_backend_ldap rabbitmq_delayed_message_exchange"
Rabbitmq doesn`t deploy and stucks in "initializing" pod logs
How can i properly add extra plugins to my .yaml?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
