rpk debug remote-bundle start
Start a remote debug bundle collection in your cluster.
This command starts the debug collection process in a remote cluster that you configured in flags, environment variables, or your rpk profile.
After starting the debug collection process, you can query the status with rpk debug remote-bundle status
. When it completes, you can download it with rpk debug remote-bundle download
.
Use the flag --no-confirm
to avoid the confirmation prompt.
Flags
Value | Type | Description |
---|---|---|
|
string |
The size limit of the controller logs that can be stored in the bundle. For example: 3MB, 1GiB (default |
|
duration |
How long to collect samples for the CPU profiler. For example: |
|
- |
Help for start. |
|
string |
Custom UUID assigned to the job that generates the debug bundle. |
|
stringArray |
(K8s only) Comma-separated label selectors to filter your resources. For example: |
|
string |
Include logs dated from specified date onward; (journalctl date format: |
|
string |
Read the logs until the given size is reached. For example: |
|
string |
Include logs older than the specified date; (journalctl date format: |
|
duration |
Interval between metrics snapshots. For example: |
|
int |
Number of metrics samples to take (at the interval of |
|
string |
(K8s only) The namespace to use to collect the resources from (default |
|
- |
Disable confirmation prompt. |
|
stringArray |
Comma-separated partition IDs. When provided, |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |