From 68352901af64cbec14a28f072293764f2643b267 Mon Sep 17 00:00:00 2001 From: dkeightley Date: Sun, 19 Apr 2020 08:34:39 +1200 Subject: [PATCH 1/2] Add bullet to supply --version flag for specific version during install --- .../v2.x/en/installation/k8s-install/helm-rancher/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md index 84b002d3f8f..dc7e7ac01ea 100644 --- a/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md @@ -144,6 +144,7 @@ Because `rancher` is the default option for `ingress.tls.source`, we are not spe - Set the `hostname` to the DNS name you pointed at your load balancer. - If you are installing an alpha version, Helm requires adding the `--devel` option to the command. +- To install a specific Rancher version, use the `--version` flag, example: `--version 2.3.6` ``` helm install rancher rancher-/rancher \ From 68f94fa4db5f879b268e91cfbe6ac1ad3a35bf23 Mon Sep 17 00:00:00 2001 From: dkeightley Date: Sun, 19 Apr 2020 09:14:18 +1200 Subject: [PATCH 2/2] Add note for rancherImageTag on air gap installs --- .../air-gap/install-rancher/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md index bb1b4ae209c..2160edebc70 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md @@ -124,6 +124,8 @@ By default, Rancher generates a CA and uses cert-manager to issue the certificat --set useBundledSystemChart=true # Available as of v2.3.0, use the packaged Rancher system charts ``` +**Optional**: To install a specific Rancher version, set the `rancherImageTag` value, example: `--set rancherImageTag=v2.3.6` + {{% /accordion %}} {{% accordion id="secret" label="Option B: Certificates From Files using Kubernetes Secrets" %}} @@ -149,6 +151,8 @@ If you are using a Private CA signed cert, add `--set privateCA=true` following --set useBundledSystemChart=true # Available as of v2.3.0, use the packaged Rancher system charts ``` +**Optional**: To install a specific Rancher version, set the `rancherImageTag` value, example: `--set rancherImageTag=v2.3.6` + Then refer to [Adding TLS Secrets]({{}}/rancher/v2.x/en/installation/options/tls-secrets/) to publish the certificate files so Rancher and the ingress controller can use them. {{% /accordion %}}