rpk cluster config lint
Remove any deprecated content from redpanda.yaml
.
Deprecated content includes properties which were set via redpanda.yaml
in earlier versions but are now managed via Redpandas central configuration store (and via
rpk cluster config edit`).
Flags
Value | Type | Description |
---|---|---|
|
- |
Help for lint. |
|
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 |