From 0bc8887b3df17ece43063ff834f0c248a8114719 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Thu, 4 Jun 2020 11:58:06 +0200 Subject: [PATCH] docs: add notes about new functionality of load image --- docs/faq/v1vsv3-comparison.md | 2 +- docs/usage/commands.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/faq/v1vsv3-comparison.md b/docs/faq/v1vsv3-comparison.md index 25e4b87c..eeb1509d 100644 --- a/docs/faq/v1vsv3-comparison.md +++ b/docs/faq/v1vsv3-comparison.md @@ -59,5 +59,5 @@ - --overwrite -> implemented - import-images -> `k3d load image [--cluster CLUSTERNAME] [--keep] IMAGES` - --name -> implemented as `--cluster` - - --no-remove -> implemented as `--keep` + - --no-remove -> implemented as `--keep-tarball` ``` diff --git a/docs/usage/commands.md b/docs/usage/commands.md index 5c2de08a..77cd8124 100644 --- a/docs/usage/commands.md +++ b/docs/usage/commands.md @@ -55,10 +55,9 @@ k3d -s, --switch # switch current-context in kubeconfig to the new context -u, --update # update conflicting fields in existing kubeconfig (default: true) load - image [IMAGE [IMAGE ...]] # Load one or more images from the local runtime environment into k3d clusters + image [IMAGE | ARCHIVE [IMAGE | ARCHIVE ...]] # Load one or more images from the local runtime environment or tar-archives into k3d clusters -c, --cluster # clusters to load the image into -k, --keep-tarball # do not delete the image tarball from the shared volume after completion - -t, --tar # do not export image from runtime daemon, but directly import it from a tarball completion SHELL # Generate completion scripts version # show k3d build version help [COMMAND] # show help text for any command