mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
remove variable 'etcd_ionice', because ionice removed from container image etcd:v3.4.x (#6735)
This commit is contained in:
@@ -29,11 +29,6 @@ etcd_election_timeout: "5000"
|
||||
|
||||
# etcd_snapshot_count: "10000"
|
||||
|
||||
# Parameters for ionice
|
||||
# -c takes an integer between 0 and 3 or one of the strings none, realtime, best-effort or idle.
|
||||
# -n takes an integer between 0 (highest priority) and 7 (lowest priority)
|
||||
# etcd_ionice: "-c2 -n0"
|
||||
|
||||
etcd_metrics: "basic"
|
||||
|
||||
# Uncomment to set a separate port for etcd to expose metrics on
|
||||
|
||||
Reference in New Issue
Block a user