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. 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.