mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +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:
@@ -161,7 +161,7 @@ services:
|
|||||||
etcd:
|
etcd:
|
||||||
snapshot: true
|
snapshot: true
|
||||||
creation: 6h
|
creation: 6h
|
||||||
retention: 24h
|
retention: 24
|
||||||
|
|
||||||
# Required for external TLS termination with
|
# Required for external TLS termination with
|
||||||
# ingress-nginx v0.22+
|
# ingress-nginx v0.22+
|
||||||
|
|||||||
Reference in New Issue
Block a user