From 967608c2a8d242cd9d57350d8b6de1b3cd145040 Mon Sep 17 00:00:00 2001 From: Maciej Golaszewski Date: Fri, 22 Nov 2024 11:53:46 +0100 Subject: [PATCH] Update offline.md side-load instructions KU-2094 --- docs/src/snap/howto/install/offline.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/snap/howto/install/offline.md b/docs/src/snap/howto/install/offline.md index 28776effc6..edf1577de8 100644 --- a/docs/src/snap/howto/install/offline.md +++ b/docs/src/snap/howto/install/offline.md @@ -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