From 8947fe9afbbd90131c7dd2edb402c85983a74efd Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 15 Apr 2020 00:19:59 -0700 Subject: [PATCH] Clarify snapshot retention option --- .../rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md index a5435ddfbe1..164a79c79d0 100644 --- a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md +++ b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md @@ -31,7 +31,7 @@ time="2018-05-04T18:43:16Z" level=info msg="Created backup" name="2018-05-04T18: |Option|Description| S3 Specific | |---|---| --- | |**interval_hours**| The duration in hours between recurring backups. This supercedes the `creation` option (which was used in RKE prior to v0.2.0) and will override it if both are specified.| | -|**retention**| The number of snapshots to retain before rotation. This supercedes the `retention` option and will override it if both are specified.| | +|**retention**| The number of snapshots to retain before rotation. If the `retention` is configured in both `etcd.retention`, which was required in RKE prior to v0.2.0, and at `etcd.backup_config.retention`, the latter will be used. | | |**bucket_name**| S3 bucket name where backups will be stored| * | |**folder**| Folder inside S3 bucket where backups will be stored. This is optional. _Available as of v0.3.0_ | * | |**access_key**| S3 access key with permission to access the backup bucket.| * |