Skip to content

Commit

Permalink
Update offline.md side-load instructions (#831)
Browse files Browse the repository at this point in the history
KU-2094
  • Loading branch information
Maciek Gołaszewski authored Nov 22, 2024
1 parent 376da2b commit 17491b4
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}
The flag `--name` is essential. Without it, the exported image will be imported with a hash only,
and the image with the particular tag required by k8s will not be found.
```

Upon choosing this option, place all images under
Expand Down

0 comments on commit 17491b4

Please sign in to comment.