System generate-bundle command¶
Generate a self-contained site bundle for use on another machine.
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|
Primary options¶
--help
boolean
help for generate-bundle
--input
<string>
The location of the Skupper resources defining the site.
--type
<string>
The bundle type to be produced. Choices: tarball, shell-script (default "tarball") ``` ``` -c, --context string Set the kubeconfig context
| Default |
|
|---|
--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] ```