rpk cluster brokers

Manage Redpanda cluster brokers.

Usage

rpk cluster brokers [flags]

Subcommands

Command Description

rpk cluster brokers decommission

Decommission the given broker. Decommissioning a broker removes it from the cluster.

rpk cluster brokers decommission-status

Show the progress of a node decommissioning. When a node is being decommissioned, this command reports the decommissioning progress as follows, where PARTITION-SIZE is in bytes.

rpk cluster brokers recommission

Recommission the given broker if it is still decommissioning. Recommissioning can stop an active decommission.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

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

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.