mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-26 14:48:30 +00:00
Specify 0.5.2 version for cert-manager
This commit is contained in:
committed by
Denise Schannon
parent
4e74950375
commit
5747cb4c47
+2
-2
@@ -40,7 +40,7 @@ Start by collecting all the images needed to install Rancher in an air gap envir
|
||||
1. Fetch the latest `cert-manager` Helm chart and parse the template for image details.
|
||||
|
||||
```plain
|
||||
helm fetch stable/cert-manager
|
||||
helm fetch stable/cert-manager --version 0.5.2
|
||||
helm template ./cert-manager-<version>.tgz | grep -oP '(?<=image: ").*(?=")' >> ./rancher-images.txt
|
||||
```
|
||||
|
||||
@@ -77,4 +77,4 @@ Using a computer with access to the internet and your private registry, move the
|
||||
./rancher-load-images.sh --image-list ./rancher-images.txt --registry <REGISTRY.YOURDOMAIN.COM:PORT>
|
||||
```
|
||||
|
||||
### [Next: Install Kubernetes with RKE]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/)
|
||||
### [Next: Install Kubernetes with RKE]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/)
|
||||
|
||||
Reference in New Issue
Block a user