rpk cluster config set
Set a cluster configuration property. You can set a single property or multiple properties at once, for example:
rpk cluster config set audit_enabled true
rpk cluster config set iceberg_enabled=true iceberg_catalog_type=rest
You must use <key>=<value> notation to set multiple properties.
The output returns an operation ID. Use the status command to check the progress of the configuration change.
For a list of available properties, see Cluster Configuration Properties.
Flags
| Value | Type | Description |
|---|---|---|
|
- |
Help for set. |
|
- |
Disable confirmation prompt. |
|
duration |
Maximum time to poll for operation completion before displaying operation ID for manual status checking (for example |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |
|
Setting properties to non-number values (such as setting string values with
Workaround: Use
|