Skip to content

How do I enable all stable feature flags during upgrades on Kubernetes? #11887

Closed Answered by michaelklishin
manueljishi asked this question in Ideas
Discussion options

You must be logged in to vote

@manueljishi RABBITMQ_FEATURE_FLAGS is not documented because it's not supposed to be used by the users.

Feature flags are not your regular rabbitmq.conf settings. They depend on cluster membership, as in, they are a part of cluster state and in some scenarios you won't be able to enable a feature flag because not all nodes currently in the cluster support it.

Our Kubernetes Operator both provides a kubectl extension that allows you to enable the flags.

The same K8S Operator enables all feature flags at the end of a rolling deployment.

If you DIY your Kubernetes installation, it's up to you to take care of those things the same way the Operator does.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11887 on August 02, 2024 15:11.