rpk debug remote-bundle download

Download the debug bundle from a remote cluster configured in flags, environment variables, or your rpk profile.

For details, see Generate debug bundles.

Usage

rpk debug remote-bundle download [flags]

Flags

Value Type Description

--job-id

string

ID of the job to download the debug bundle from.

--no-confirm

bool

Disable confirmation prompt.

-o, --output

string

The file path where the debug file will be written (default ./<timestamp>-remote-bundle.zip).

--upload-url

string

If provided, where to upload the bundle in addition to creating a copy on disk.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.