Add extra-config option

This commit is contained in:
Ruakij 2023-04-05 14:12:56 +02:00
parent d6f8f975bb
commit 0d43d07ad4
2 changed files with 9 additions and 0 deletions

View File

@ -23,3 +23,11 @@ kubernetes:
# One of [traefik-ingress]
ingress_controller: traefik-ingress
config_extra:
# etcd-tuning
# heartbeat: 0.5-1.5x of rtt
# election: 10x- of heartbeat
etcd-arg:
heartbeat-interval: 500
election-timeout: 5000

View File

@ -49,3 +49,4 @@ node-label:
- topology.kubernetes.io/zone={{ zone }}
{% endif %}
{{ kubernetes.config_extra | to_yaml }}