From ab80da73f7d938b3b8f7deec85abfd4c5315efae Mon Sep 17 00:00:00 2001 From: super-small-rookie <105657971+super-small-rookie@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:33:28 +0800 Subject: [PATCH] Update publish-images.md Add project creation instructions when pushing images and modify step numbers. --- .../air-gapped-helm-cli-install/publish-images.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md index 992129fc6842..afef034ad3a4 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md @@ -283,17 +283,20 @@ Move the images in the `rancher-images.tar.gz` to your private registry using th The image list, `rancher-images.txt` or `rancher-windows-images.txt`, is expected to be on the workstation in the same directory that you are running the `rancher-load-images.sh` script. The `rancher-images.tar.gz` should also be in the same directory. -1. Log into your private registry if required: +1. Ensure that the rancher project is created in your private registry. + Otherwise, an error will be reported like project rancher not found. + +2. Log into your private registry if required: ```plain docker login ``` -1. Make `rancher-load-images.sh` an executable: +3. Make `rancher-load-images.sh` an executable: ``` chmod +x rancher-load-images.sh ``` -1. Use `rancher-load-images.sh` to extract, tag and push the images from `rancher-images.tar.gz` to your private registry: +4. Use `rancher-load-images.sh` to extract, tag and push the images from `rancher-images.tar.gz` to your private registry: ```plain ./rancher-load-images.sh --image-list ./rancher-images.txt \