Skip to content
GitHub

Debug dump command

skupper debug dump [options]

Create a tarball including site resources and status; component versions, config files, and logs; and info about the environment where Skupper is running

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

--help

boolean
help for dump ``` ``` -c, --context string Set the kubeconfig context

--kubeconfig

<string>
Path to the kubeconfig file to use -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```

Global options