rpk cluster config set
Set a single cluster configuration property.
This command is provided for use in scripts. For interactive editing, or bulk
changes, use the edit
and import
commands respectively.
If an empty string is given as the value, the property is reset to its default.
Flags
Value | Type | Description |
---|---|---|
|
- |
Help for set. |
|
- |
Include all properties, including tunables. |
|
string |
Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/redpanda.yaml. |
|
stringArray |
Override rpk configuration settings; '-X help' for detail or '-X list' for terser detail. |
|
string |
rpk profile to use. |
|
- |
Enable verbose logging. |
Was this helpful?