groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

[rabbitmq] Feature flags not being picked up #1253

Closed WyriHaximus closed 1 year ago

WyriHaximus commented 1 year ago

Giving the warning on the chart to enable feature flags, I've tried through the chart with the following configuration but they are not being picked up. Am I doing something wrong?

replicaCount: 3
env:
  - name: "RABBITMQ_FEATURE_FLAGS"
    value: "quorum_queue"
WyriHaximus commented 1 year ago

Found the issue, had to enable the quorum_queue feature flag through the UI because the node had already been started. And https://www.rabbitmq.com/feature-flags.html#how-to-start-new-node-disabled-feature-flags states the env var can only be used when starting the node for the first time