Skip to content

ksail workload import

Import container images from a tar archive to the cluster's containerd runtime.
Images are imported to all nodes in the cluster, making them available for
pod scheduling without requiring registry pulls.
Examples:
# Import images from images.tar (default)
ksail workload import
# Import images from a specific file
ksail workload import ./backups/my-images.tar
# Import to a specific kubeconfig context
ksail workload import --context=kind-dev --kubeconfig=~/.kube/config
Usage:
ksail workload import [<input>] [flags]
Flags:
-c, --context string Kubernetes context of cluster
-h, --help help for import
-k, --kubeconfig string Path to kubeconfig file (default "~/.kube/config")
Global Flags:
--timing Show per-activity timing output