From 7214052317c0f9a2dc491024c3a1275a3f192c17 Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Tue, 16 Jul 2019 11:00:56 -0400 Subject: [PATCH] Ensure rancher-save-images.sh isn't missed For users using their own certificate, the current documentation reads, "You may skip to B. Publish Images if you are using you using your own certificates"; however, this implies skipping what is currently step 6, "Run rancher-save-images.sh with the rancher-images.txt image list to create a tarball of all the required images." By not directing the user to skip to B., the step to skip `rancher-save-images.sh` is less likely to be missed. --- .../prepare-private-registry/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md index 8ea2fbb9387..68edfac7547 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md @@ -35,7 +35,7 @@ Start by collecting all the images needed to install Rancher in an air gap envir ``` rke config --system-images >> ./rancher-images.txt ``` -1. **Default Rancher Generated Self-Signed Certificate Users Only:** If you elect to use the Rancher default self-signed TLS certificates, you must add the [`cert-manager`](https://github.com/helm/charts/tree/master/stable/cert-manager) image to `rancher-images.txt` as well. You may skip to [B. Publish Images](#b-publish-images ) if you are using you using your own certificates. +1. **Default Rancher Generated Self-Signed Certificate Users Only:** If you elect to use the Rancher default self-signed TLS certificates, you must add the [`cert-manager`](https://github.com/helm/charts/tree/master/stable/cert-manager) image to `rancher-images.txt` as well. You may skip this step if you are using you using your own certificates. 1. Fetch the latest `cert-manager` Helm chart and parse the template for image details.