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.
Platforms | Kubernetes, 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 |
|
---|
Global options
--context
<name>
global
Set the kubeconfig context.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--kubeconfig
<file>
global
Set the path to the kubeconfig file.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--namespace
(-n) <name>
global
Set the current namespace.
See also | Kubernetes namespaces, System namespaces |
---|
--platform
<platform>
global
Set the Skupper platform.
Default |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Choices |
| ||||||||
See also | Platform concept |
--help
(-h) boolean
global
Display help and exit.