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.
Flags
| Value | Type | Description |
|---|---|---|
|
- |
Help for status. |
|
- |
Include all properties, including tunables. |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |