rpk redpanda start
Start redpanda.
| This command is only available on Linux. |
Set up a mode
Redpanda supports a dev-container mode with preset configuration for development and test environments.
Run the following command to start Redpanda in dev-container mode:
rpk redpanda start --mode dev-container
This mode bundles the following flags and cluster properties:
Bundled flags:
-
--overprovisioned(disables thread affinity and other production guards; seerpk redpanda modefor details) -
--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 cluster properties by running:
rpk config set <key> <value>
Flags
| Value | Type | Description |
|---|---|---|
|
stringSlice |
A comma-separated list of Kafka addresses to advertise (scheme://host:port|name). |
|
stringSlice |
A comma-separated list of Pandaproxy addresses to advertise (scheme://host:port|name). |
|
string |
The advertised RPC address (host:port). |
|
bool |
When set to false will disable system checking before starting redpanda. |
|
string |
Directory where Redpanda has been installed. |
|
stringSlice |
A comma-separated list of Kafka listener addresses to bind to (scheme://host:port|name). |
|
string |
Mode sets well-known configuration properties for development or test environments; use |
|
string |
Alternative path to read the node tuner state file from (if exists). |
|
stringSlice |
A comma-separated list of Pandaproxy listener addresses to bind to (scheme://host:port|name). |
|
string |
The RPC address to bind to (host:port). |
|
stringSlice |
A comma-separated list of Schema Registry listener addresses to bind to (scheme://host:port|name). |
|
stringSlice |
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 (for example, 300ms, 1.5s, 2h45m). |
|
bool |
When present will enable tuning before starting redpanda. |
|
string |
The cloud provider and VM type, in the format <provider>:<vm type>:<storage type>. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |