mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 01:47:37 -02:30
Add etcd_blkio_weight var (#1690)
This commit is contained in:
committed by
Matthew Mosesohn
parent
bc15ceaba1
commit
b23d81f825
@@ -23,6 +23,8 @@ etcd_memory_limit: 512M
|
||||
# Uncomment to set CPU share for etcd
|
||||
# etcd_cpu_limit: 300m
|
||||
|
||||
etcd_blkio_weight: 1000
|
||||
|
||||
etcd_node_cert_hosts: "{{ groups['k8s-cluster'] | union(groups.get('calico-rr', [])) }}"
|
||||
|
||||
etcd_compaction_retention: "8"
|
||||
|
||||
Reference in New Issue
Block a user