-
- | RKE |
-
- A list of RKE images that are required can be compiled by running the following command.
- rke config --system-images
- |
-
-
- | rancher-images.txt |
- Rancher has additional images it uses when installing clusters. These images are listed in rancher-images.txt, which can be found at GitHub Releases page for rancher/rancher. |
-
-
- Helm tiller Image |
-
- You can discover the tiller image compatible with your installed version of helm with the command below.
- helm init --dry-run --debug | grep image: | awk '{print $2}'
- |
-
-
- | cert-manager Image |
- Rancher uses the cert-manager project to issue self-singed certificates for Rancher GUI/Agent access. You can inspect the cert-manager chart values.yaml to find the latest image and tag.
- helm inspect values stable/cert-manager
- ...
- image:
- repository: quay.io/jetstack/cert-manager-controller
- tag: v0.4.1
- ...
- |
-
-
-