rpk cluster config import

Import cluster configuration from a file.

Import configuration from a YAML file, usually generated with corresponding export command. This downloads the current cluster configuration, calculates the difference with the YAML file, and updates any properties that were changed. If a property is removed from the YAML file, it is reset to its default value.

Usage

rpk cluster config import [flags]

Flags

Value Type Description

--all

bool

Include all properties, including tunables.

-f, --filename

string

Full path to the configuration file to import, for example, /tmp/config.yml.

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.