rpk debug remote-bundle status

Get the status of the current debug bundle process.

This command prints the status of the debug bundle process in a remote cluster that you configured in flags, environment variables, or your rpk profile.

When the process completes, you can download it with rpk debug remote-bundle download.

Usage

rpk debug remote-bundle status [flags]

Flags

Value Type Description

--format

string

Output format (json,yaml,text,wide,help) (default text).

-h, --help

-

Help for status.

--config

string

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

-X, --config-opt

stringArray

Override rpk configuration settings. See rpk -X or execute rpk -X help for inline detail or rpk -X list for terser detail.

--profile

string

Profile to use. See rpk profile for more details.

-v, --verbose

-

Enable verbose logging.