From 06daab11b5233d10b7bfc07cbf871d96c233b4c2 Mon Sep 17 00:00:00 2001 From: vadym-serdiuk Date: Thu, 12 Jul 2018 10:19:05 +0300 Subject: [PATCH] Update _index.md There is a mistake in the rke command making snapshot. the config file should be from the rke, not from the kube. --- content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md b/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md index 84e5ed2aa93..0eeb03fd682 100644 --- a/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md +++ b/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md @@ -19,9 +19,9 @@ To upgrade Rancher 2.x running in a high availability configuration, run an upgr ``` # MacOS - ./rke_darwin-amd64 etcd snapshot-save --name --config kube_config_rancher-cluster.yml + ./rke_darwin-amd64 etcd snapshot-save --name --config rancher-cluster.yml # Linux - ./rke_linux-amd64 etcd snapshot-save --name --config kube_config_rancher-cluster.yml + ./rke_linux-amd64 etcd snapshot-save --name --config rancher-cluster.yml ``` **Result:** RKE takes a snapshot of `etcd` running on each `etcd` node. The file is saved to `/opt/rke/etcd-snapshots`.