docs: add notes about new functionality of load image

pull/266/head
iwilltry42 4 years ago
parent dbb24f4e1c
commit 0bc8887b3d
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      docs/faq/v1vsv3-comparison.md
  2. 3
      docs/usage/commands.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`
```

@ -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

Loading…
Cancel
Save