Debug dump command

skupper debug dump [file] [options]

Generate a debug dump file. Debug dumps collect the details of a site so another party can identify and fix a problem.

PlatformsKubernetes, Docker, Podman, Linux

Examples

# Generate a dump file
$ skupper debug dump
Debug dump file: /home/fritz/skupper-dump-west-2024-12-09.tar.gz

# Generate a dump file to a particular path
$ skupper debug dump /tmp/abc.tar.gz
Debug dump file: /tmp/abc.tar.gz

Primary options

[file]

string
optional

The name of the file to generate.

The command exits with an error if the file already exists.

Default

skupper-dump-<site-name>-<date>.tar.gz

Global options