rpk cluster config import

Redpanda does not support importing cluster-specific identification (such as cluster_id) with this command.

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

-f, --filename

string

full path to file to import, e.g. '/tmp/config.yml'.

-h, --help

-

Help for import.

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