From be906526158ad8646d6af4b044821d448adb6cac Mon Sep 17 00:00:00 2001 From: Jason Greathouse Date: Fri, 24 Aug 2018 14:33:09 -0500 Subject: [PATCH] Rename rke-add-ons upgrade doc, add helm upgrade procedure --- content/rancher/v2.x/en/upgrades/upgrades/_index.md | 7 +++++++ .../v2.x/en/upgrades/upgrades/ha-server-upgrade/_index.md | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/upgrades/upgrades/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/_index.md index 47fbe637a70..56bc36708c9 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/_index.md @@ -4,8 +4,15 @@ weight: 1005 --- This section contains information about how to upgrade your Rancher server to a newer version. +### Single Node Install + - [Upgrading a Single Node Install]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/) - [Upgrading an Air Gapped Single Node Install]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/single-node-air-gap-upgrade/) + +### HA Install with Helm Chart - [Upgrading a High Availability Install]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/) + +### HA Install with RKE Add-On yaml + - [Migrating from a High Availability RKE Add-on Install]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/migrating-from-rke-add-on/) - [Upgrading a High Availability Install - RKE Add-On Install]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade/) \ No newline at end of file diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade/_index.md index e8ba0f1a945..3df304d7411 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade/_index.md @@ -4,7 +4,11 @@ weight: 1040 aliases: - /rancher/v2.x/en/upgrades/ha-server-upgrade/ --- -To upgrade Rancher 2.x running in a high availability configuration, run an upgrade command that points to your upgrade config file. + +This document is for upgrading Rancher HA installed with the RKE Add-On yaml. See these docs to migrate to or upgrade Rancher installed with the Helm chart. + +* [Migrating from a High Availability RKE Add-on Install]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/migrating-from-rke-add-on/) +* [High Availability (HA) Upgrade]({{< baseurl >}}/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/) >**Prerequisites:** {{< requirements_rollback >}}