reference:partial$unsupported-os-rpk.adoc
Start Redpanda.
You can set up a mode for Redpanda to use on start.
To set up the dev-container mode, run:
rpk redpanda start --mode dev-containerThe mode uses well-known configuration properties for development and test environments:
Bundled flags:
-
--overprovisioned -
--reserve-memory 0M -
--check=false -
--unsafe-bypass-fsync
Bundled cluster properties:
-
write_caching_default: true -
auto_create_topics_enabled: true -
group_topic_partitions: 3 -
storage_min_free_bytes: 10485760 (10MiB) -
topic_partitions_per_shard: 1000 -
fetch_reads_debounce_timeout: 10
After Redpanda starts, you can modify the cluster properties by running:
rpk config set <key> <value>| Value | Type | Description |
|---|---|---|
|
strings |
A comma-separated list of Kafka addresses to advertise. <scheme>:<host>:<port>|<name> |
|
strings |
A comma-separated list of Pandaproxy addresses to advertise. <scheme>:<host>:<port>|<name> |
|
string |
The advertised RPC address <host>:<port> |
|
- |
When set to |
|
- |
Help for start. |
|
string |
Directory where |
|
strings |
A comma-separated list of Kafka listener addresses to bind to. <scheme>:<host>:<port>|<name> |
|
string |
Sets well-known configuration properties for
development or test environments; use |
|
string |
Alternative path to read the node tuner state file from (if exists). |
|
- |
Disables thread affinity (CPU pinning) to allow fairer CPU distribution among all processes. Do not use in production environments. Set automatically by |
|
strings |
A comma-separated list of Pandaproxy listener addresses to bind to. <scheme>:<host>:<port>|<name> |
|
string |
The RPC address to bind to. <host>:<port> |
|
strings |
A comma-separated list of Schema Registry listener addresses to bind to. <scheme>:<host>:<port>|<name> |
|
strings |
A comma-separated list of seed nodes to connect to. <scheme>:<host>:<port>|<name> |
|
duration |
The maximum time to wait for the checks and tune
processes to complete. The value passed is a sequence of decimal
numbers, each with an optional fraction and a unit suffix, such as
|
|
- |
Enables tuning before starting |
|
string |
The cloud vendor and VM type, in the format <vendor>:<vm-type>:<storage-type> |
|
string |
Path to the Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |