From c31e2e161bbd4a84ce5de00582bd0615e234afd1 Mon Sep 17 00:00:00 2001 From: Brad Joniec <56899019+Rancheroo@users.noreply.github.com> Date: Tue, 14 Apr 2020 08:52:58 +1000 Subject: [PATCH] Updated retention in snapshots https://rancher.com/docs/rke/latest/en/etcd-snapshots/recurring-snapshots/ as in this document RKE 0.2 + uses a numbered retention not a hours The number of snapshots to retain before rotation. This supercedes the retention option and will override it if both are specified. --- .../v2.x/en/installation/k8s-install/kubernetes-rke/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/k8s-install/kubernetes-rke/_index.md b/content/rancher/v2.x/en/installation/k8s-install/kubernetes-rke/_index.md index 2791481d481..8f62c8450ec 100644 --- a/content/rancher/v2.x/en/installation/k8s-install/kubernetes-rke/_index.md +++ b/content/rancher/v2.x/en/installation/k8s-install/kubernetes-rke/_index.md @@ -161,7 +161,7 @@ services: etcd: snapshot: true creation: 6h - retention: 24h + retention: 24 # Required for external TLS termination with # ingress-nginx v0.22+