🎉 Thanks for your feedback! Docs Self-Managed Reference rpk Commands rpk cluster rpk cluster config rpk cluster config status rpk cluster config status Get the configuration status of Redpanda brokers. For each broker, the command output shows: Whether you need to restart the broker to apply the new settings Any settings that the broker has flagged as invalid or unknown The command also returns the version of cluster configuration that each broker has applied. The version should be the same across all brokers, and it is incremented each time a configuration change is applied to the cluster. If a broker is using an earlier version as indicated by a lower number, it may be out of sync with the rest of the cluster. This can happen if a broker is offline or if it has not yet applied the latest configuration changes. The cluster configuration version number is not the same as the Redpanda version number. Usage rpk cluster config status [flags] Flags Value Type Description -h, --help - Help for status. --all - Include all properties, including tunables. --config string Redpanda or rpk config file; default search paths are /var/lib/redpanda/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml. -X, --config-opt stringArray Override rpk configuration settings. See rpk -X or execute rpk -X help for inline detail or rpk -X list for terser detail. --profile string Profile to use. See rpk profile for more details. -v, --verbose - Enable verbose logging. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution rpk cluster config set rpk cluster health