mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 19:07:43 -02:30
add etcd max snapshot and wals (#7382)
This commit is contained in:
@@ -65,6 +65,12 @@ etcd_secure_client: true
|
||||
# Enable peer client cert authentication
|
||||
etcd_peer_client_auth: true
|
||||
|
||||
# Maximum number of snapshot files to retain (0 is unlimited)
|
||||
# etcd_max_snapshots: 5
|
||||
|
||||
# Maximum number of wal files to retain (0 is unlimited)
|
||||
# etcd_max_wals: 5
|
||||
|
||||
# Number of loop retries
|
||||
etcd_retries: 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user