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. |
|
string |
The certificate to be used for TLS authentication with the Admin API. |
|
- |
Enable TLS for the Admin API (not necessary if specifying custom certs). |
|
string |
The certificate key to be used for TLS authentication with the Admin API. |
|
string |
The truststore to be used for TLS communication with the Admin API. |
|
- |
Include all properties, including tunables. |
|
string |
Comma-separated list of admin API addresses (<ip>:<port> |
|
strings |
Comma-separated list of broker <ip>:<port> pairs
(for example,
|
|
string |
Redpanda config file, if not set the file will be searched for in the default locations. |
|
string |
SASL password to be used for authentication. |
|
string |
The authentication mechanism to use. Supported values: SCRAM-SHA-256, SCRAM-SHA-512. |
|
string |
The certificate to be used for TLS authentication with the broker. |
|
- |
Enable TLS for the Kafka API (not necessary if specifying custom certs). |
|
string |
The certificate key to be used for TLS authentication with the broker. |
|
string |
The truststore to be used for TLS communication with the broker. |
|
string |
SASL user to be used for authentication. |
|
- |
Enable verbose logging (default |