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.
This commit is contained in:
David Jeffers
2019-07-22 13:12:26 -07:00
committed by Denise
parent 77c4f9f98e
commit 7214052317
@@ -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.