mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
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:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user