Skip to content

Commit

Permalink
Update offline.md side-load instructions
Browse files Browse the repository at this point in the history
KU-2094
  • Loading branch information
Maciej Golaszewski committed Nov 22, 2024
1 parent 376da2b commit 967608c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/snap/howto/install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,12 @@ To create a bundle of images, use the [regctl][regctl] tool or invoke the

```
./src/k8s/tools/regctl.sh image export ghcr.io/canonical/k8s-snap/pause:3.10 \
--platform=local > pause.tar
--name ghcr.io/canonical/k8s-snap/pause:3.10 --platform=local > pause.tar
```

```{note}
Flag `--name` is essential, without it exported image will be imported with hash only
and image with particular tag required by k8s won't be found.
```

Upon choosing this option, place all images under
Expand Down

0 comments on commit 967608c

Please sign in to comment.