mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-17 02:23:19 +00:00
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.
This commit is contained in:
committed by
Catherine Luse
parent
41dd653431
commit
c31e2e161b
@@ -161,7 +161,7 @@ services:
|
||||
etcd:
|
||||
snapshot: true
|
||||
creation: 6h
|
||||
retention: 24h
|
||||
retention: 24
|
||||
|
||||
# Required for external TLS termination with
|
||||
# ingress-nginx v0.22+
|
||||
|
||||
Reference in New Issue
Block a user