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.
# Import images from images.tar (default)
# 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
ksail workload import [<input>] [flags]
-c, --context string Kubernetes context of cluster
-h, --help help for import
-k, --kubeconfig string Path to kubeconfig file (default "~/.kube/config")
--timing Show per-activity timing output