rpk cluster config lint

Remove any deprecated content from redpanda.yaml.

Deprecated content includes properties which were set via redpanda.yaml in earlier versions but are now managed via Redpanda`s central configuration store (and via rpk cluster config edit).

Usage

rpk cluster config lint [flags]

Flags

Value Type Description

-h, --help

-

Help for lint.

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