From 08862db24c8def367ace5fa1d08fa3883edba6a8 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Tue, 22 May 2018 17:53:40 -0700 Subject: [PATCH] added note about RKE snapshot commands --- .../after-installation/etcd-backup-and-restoration/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/after-installation/etcd-backup-and-restoration/_index.md b/content/rancher/v2.x/en/installation/after-installation/etcd-backup-and-restoration/_index.md index 7f4e23e3014..17e41aca860 100644 --- a/content/rancher/v2.x/en/installation/after-installation/etcd-backup-and-restoration/_index.md +++ b/content/rancher/v2.x/en/installation/after-installation/etcd-backup-and-restoration/_index.md @@ -4,9 +4,11 @@ weight: 370 --- You can configure a Rancher Kubernetes Engine (RKE) cluster to automatically take snapshots of etcd. In a disaster scenario, you can restore these snapshots, which are stored on other cluster nodes. +>**Note:** Commands for one-time snapshots and recurring snapshots are available only in RKE v0.1.7 and later. + ## One-Time Snapshots -RKE v0.1.7 and includes a command that takes a snapshot of a etcd node running in your RKE cluster, which is automatically saved to `/opt/rke/etcd-snapshots`. The commands works as follows: +RKE includes a command that takes a snapshot of a etcd node running in your RKE cluster, which is automatically saved to `/opt/rke/etcd-snapshots`. The commands works as follows: ``` ./rke etcd snapshot-save --config cluster.yml