kk artifact export: Export a KubeKey offline installation package.
kk will base on the specified manifest file to pull all images, download the specified binaries and Linux repository iso file, then archive them as a KubeKey offline installation package. The export command will download the corresponding binaries from the Internet, so please make sure the network connection is success.
Path to a manifest file. This option is required.
Path to a output path The default is kubekey-artifact.tar.gz
.
The user defined command to download the necessary binary files. The first param %s
is output path, the second param %s
, is the URL. The default is curl -L -o %s %s
.
Print detailed information. The default is false
.
Export a KubeKey artifact named my-artifact.tar.gz
.
$ kk artifact export -m manifest-sample.yaml -o my-artifact.tar.gz