rpk cluster config status

Get configuration status of redpanda nodes.

For each node, indicate whether a restart is required for settings to take effect, and any settings that the node has identified as invalid or unknown properties.

Additionally show the version of cluster configuration that each node has applied: under normal circumstances these should all be equal, a lower number shows that a node is out of sync, perhaps because it is offline.

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 ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; '-X help' for detail or '-X list' for terser detail.

--profile

string

rpk profile to use.

-v, --verbose

-

Enable verbose logging.