From 96028c7dd1f3572eb5b0e675c78cc94bc9904114 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Thu, 11 Oct 2018 14:03:35 -0700 Subject: [PATCH] version fixes --- .../v2.x/en/installation/ha/helm-rancher/_index.md | 8 +++----- .../upgrades/ha-server-upgrade-helm-airgap/_index.md | 6 ++---- .../en/upgrades/upgrades/ha-server-upgrade-helm/_index.md | 6 ++---- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md index 2333ba6483d..985bec58f97 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md @@ -19,22 +19,20 @@ helm repo add rancher-stable https://releases.rancher.com/server-charts/stable Up until the initial helm chart release for v2.1.0, the helm chart version matched the Rancher version (i.e `appVersion`). -Since there are times where the helm chart will require changes without any changes to the Rancher version, we have moved to a `yy.mm.dd` helm chart version. +Since there are times where the helm chart will require changes without any changes to the Rancher version, we have moved to a `yyyy.mm.` helm chart version. Run `helm search rancher` to view which Rancher version will be launched for the specific helm chart version. ``` NAME CHART VERSION APP VERSION DESCRIPTION -rancher-stable/rancher 18.10.11 v2.1.0 Install Rancher Server to manage Kubernetes clusters acro... +rancher-stable/rancher 2018.10.1 v2.1.0 Install Rancher Server to manage Kubernetes clusters acro... ``` -For additional chart details, view the [source of these Rancher server charts](https://github.com/rancher/server-chart). - ### Install cert-manager > **Note:** cert-manager is only required for Rancher generated and LetsEncrypt issued certificates. You may skip this step if you are bringing your own certificates and using the `ingress.tls.source=secret` option. -Rancher relies on [cert-manager](https://github.com/kubernetes/charts/tree/master/stable/cert-manager) from the [Kubernetes Helm stable catalog](https://github.com/helm/charts/tree/master/stable/cert-manager) to issue self-signed or LetsEncrypt certificates. +Rancher relies on [cert-manager](https://github.com/kubernetes/charts/tree/master/stable/cert-manager) from the Kubernetes Helm stable catalog to issue self-signed or LetsEncrypt certificates. Install `cert-manager` from the Helm stable catalog. diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md index aeadfed6fe7..5095a92343c 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md @@ -28,17 +28,15 @@ The following instructions will guide you through upgrading a high-availability Up until the initial helm chart release for v2.1.0, the helm chart version matched the Rancher version (i.e `appVersion`). -Since there are times where the helm chart will require changes without any changes to the Rancher version, we have moved to a `yy.mm.dd` helm chart version. +Since there are times where the helm chart will require changes without any changes to the Rancher version, we have moved to a `yyyy.mm.` helm chart version. Run `helm search rancher` to view which Rancher version will be launched for the specific helm chart version. ``` NAME CHART VERSION APP VERSION DESCRIPTION -rancher-stable/rancher 18.10.11 v2.1.0 Install Rancher Server to manage Kubernetes clusters acro... +rancher-stable/rancher 2018.10.1 v2.1.0 Install Rancher Server to manage Kubernetes clusters acro... ``` -For additional chart details, view the [source of these Rancher server charts](https://github.com/rancher/server-chart). - ## Upgrade Rancher 1. Update your local helm repo cache. diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md index a268c994fd3..a9fcaf3eb97 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md @@ -42,17 +42,15 @@ The following instructions will guide you through upgrading a high-availability Up until the initial helm chart release for v2.1.0, the helm chart version matched the Rancher version (i.e `appVersion`). -Since there are times where the helm chart will require changes without any changes to the Rancher version, we have moved to a `yy.mm.dd` helm chart version. +Since there are times where the helm chart will require changes without any changes to the Rancher version, we have moved to a `yyyy.mm.` helm chart version. Run `helm search rancher` to view which Rancher version will be launched for the specific helm chart version. ``` NAME CHART VERSION APP VERSION DESCRIPTION -rancher-stable/rancher 18.10.11 v2.1.0 Install Rancher Server to manage Kubernetes clusters acro... +rancher-stable/rancher 2018.10.1 v2.1.0 Install Rancher Server to manage Kubernetes clusters acro... ``` -For additional chart details, view the [source of these Rancher server charts](https://github.com/rancher/server-chart). - ## Upgrade Rancher > **Note:** For Air Gap installs see [Upgrading HA Rancher - Air Gap]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/install-rancher/#upgrading-rancher)